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'