diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9d1d04c42..c521d4e39 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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 @@ -43,14 +43,18 @@ 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: py311-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