Skip to content

Commit

Permalink
TST: add tests for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Feb 24, 2024
1 parent 8ddd093 commit 44eae90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,19 @@ jobs:
- linux: py39-test
- linux: py310-test-devdeps
- linux: py311-test
- linux: py312-test-devdeps
- macos: py38-test
- macos: py39-test
- macos: py310-test
- macos: py311-test-devdeps
- macos: py312-test
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test-devdeps
- windows: py312-test
publish:
needs: tests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310}-{test,devdeps}
envlist = py{37,38,39,310,311,312}-{test,devdeps}
requires = pip >= 18.0
setuptools >= 30.3.0

Expand Down

0 comments on commit 44eae90

Please sign in to comment.