Skip to content

Commit

Permalink
update python test env
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Jun 4, 2024
1 parent 057a4ef commit 0d6b01f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.x"]
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.x"]
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d6b01f

Please sign in to comment.