Skip to content

Commit

Permalink
Merge pull request #118 from neutrinoceros/tst/cp313
Browse files Browse the repository at this point in the history
TST: add CPython 3.13 to regular CI
  • Loading branch information
neutrinoceros authored Oct 8, 2024
2 parents eeacf81 + 40d7416 commit ce73c25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
# Test all on ubuntu, test ends on macos and windows
include:
- os: macos-latest
python-version: '3.9'
- os: windows-latest
python-version: '3.9'
- os: macos-latest
python-version: '3.12'
python-version: '3.13'
- os: windows-latest
python-version: '3.12'
python-version: '3.13'
- os: ubuntu-20.04
python-version: '3.9'
install-args: --resolution=lowest-direct
Expand Down

0 comments on commit ce73c25

Please sign in to comment.