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 5, 2024
1 parent 1fa3a6d commit 532d00d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
3.10.0,
3.10.15,
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 @@ -229,9 +231,9 @@ jobs:
- os: windows-latest
python-version: 3.10.15
- 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 532d00d

Please sign in to comment.