Skip to content

Commit

Permalink
DNM: more py313-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Sep 23, 2024
1 parent e59678a commit 414f93f
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,16 @@ jobs:
coverage: codecov

envs: |
# Linux build
- linux: py310-test-all
- linux: py311-test
- linux: py312-test-all
- linux: py313-test
# Documentation build
- linux: py310-docs
coverage: false
- macos: py311-docs
coverage: false
# Test a few configurations on macOS
- macos: py310-test-all
- macos: py311-test
- macos: py312-test-all
# Test some configurations on Windows
- windows: py310-test
- windows: py311-test-all
# Test against latest developer versions of some packages
- linux: py311-test-dev
- linux: py312-test-dev-all
- linux: py313-test-dev-all
- macos: py311-test-dev-all
- macos: py312-test-dev
- macos: py311-test-dev
- macos: py312-test-dev-all
- macos: py313-test-dev
- windows: py311-test-dev
- windows: py312-test-dev
publish:
needs: tests
Expand Down

0 comments on commit 414f93f

Please sign in to comment.