From 414f93f1f50dc00a3922244a32526d7bf08171ad Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Mon, 23 Sep 2024 23:59:50 +0200 Subject: [PATCH] DNM: more py313-dev --- .github/workflows/ci_workflows.yml | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 5ddfaade6..489d4660d 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -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