From 0a7783467aa92091719e6c5cdd4e0542b86f48e2 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 15 Nov 2024 14:13:03 +0000 Subject: [PATCH] Updated CI to include recent Python versions --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 000b26f..136b678 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,11 @@ jobs: with: envs: | - linux: codestyle - pytest: false - linux: py38-test-oldestdeps - macos: py39-test - windows: py39-test - linux: py310-test - - linux: py311-test-devdeps + - macos: py311-test + - windows: py312-test + - linux: py313-test-devdeps coverage: 'codecov'