Skip to content

Commit

Permalink
Merge pull request #2518 from dhomeier/ci-py312
Browse files Browse the repository at this point in the history
Add CI for Python 3.13 and update dev envs
  • Loading branch information
astrofrog authored Sep 26, 2024
2 parents 39eec54 + 413bd30 commit 7b4c073
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,19 @@ jobs:
# Test some configurations on Windows
- windows: py310-test
- windows: py311-test-all
- windows: py312-test-all
# Test against latest developer versions of some packages
- linux: py310-test-dev-all
- linux: py311-test-dev
- linux: py312-test-dev-all
- linux: py311-test-dev-all
- linux: py312-test-dev
- 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: py310-test-dev
- windows: py311-test-dev-all
- windows: py313-test-dev
publish:
needs: tests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312}-{codestyle,test,docs}-all-{dev,legacy}{,-visual}
py{38,39,310,311,312,313}-{codestyle,test,docs}-all-{dev,legacy}{,-visual}
requires = pip >= 18.0
setuptools >= 30.3.0

Expand Down

0 comments on commit 7b4c073

Please sign in to comment.