Skip to content

Commit

Permalink
TST: add py312 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Feb 27, 2024
1 parent 3def015 commit dc1b9e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- linux: py39-test
- linux: py310-test-all
- linux: py311-test
- linux: py311-test-all
- linux: py312-test-all
# Documentation build
- linux: py38-docs
Expand All @@ -43,14 +43,17 @@ jobs:
- macos: py39-test
- macos: py310-test-all
- macos: py311-test
- macos: py312-test-all
# Test some configurations on Windows
- windows: py38-test
- windows: py310-test
- windows: py312-test
# Test against latest developer versions of some packages
- linux: py310-test-dev-all
- linux: py311-test-dev
- linux: py312-test-dev-all
publish:
needs: tests
Expand Down

0 comments on commit dc1b9e6

Please sign in to comment.