Skip to content

Commit

Permalink
Updated CI to include recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 15, 2024
1 parent 0fdac92 commit 0a77834
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
with:
envs: |
- linux: codestyle
pytest: false
- linux: py38-test-oldestdeps
- macos: py39-test
- windows: py39-test
- linux: py310-test
- linux: py311-test-devdeps
- macos: py311-test
- windows: py312-test
- linux: py313-test-devdeps
coverage: 'codecov'

0 comments on commit 0a77834

Please sign in to comment.