From dc1b9e6ad203b833ec2b3a3f01ae57410e087ee6 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Tue, 27 Feb 2024 22:44:20 +0100 Subject: [PATCH] TST: add py312 jobs --- .github/workflows/ci_workflows.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9d1d04c42..bc387ecb7 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,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