Skip to content

Commit

Permalink
Update tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Dec 17, 2024
1 parent 1fa3a6d commit 5a889af
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ jobs:
3.8.0,
3.8.18,
3.9.0,
3.9.20,
3.9.21,
3.10.0,
3.10.15,
3.10.16,
3.11.0,
3.11.10,
3.11.11,
3.12.0,
3.12.1,
3.12.2,
Expand All @@ -212,7 +212,9 @@ jobs:
3.12.5,
3.12.6,
3.12.7,
3.12.8,
3.13.0,
3.13.1,
]
# TODO: also test windows
os: [ubuntu-20.04, macos-13, windows-latest]
Expand All @@ -225,13 +227,13 @@ jobs:
- os: windows-latest
python-version: 3.8.18
- os: windows-latest
python-version: 3.9.20
python-version: 3.9.21
- os: windows-latest
python-version: 3.10.15
python-version: 3.10.16
- os: macos-13
python-version: 3.11.10
python-version: 3.11.11
- os: windows-latest
python-version: 3.11.10
python-version: 3.11.11
- os: macos-13
python-version: 3.12.0
- os: windows-latest
Expand Down Expand Up @@ -264,6 +266,10 @@ jobs:
python-version: 3.12.7
- os: windows-latest
python-version: 3.12.7
- os: macos-13
python-version: 3.12.8
- os: windows-latest
python-version: 3.12.8

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5a889af

Please sign in to comment.