Skip to content

Commit 50a740a

Browse files
authored
ci: drop Windows 2019 (#985)
1 parent 4ef794d commit 50a740a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- ubuntu-22.04
2727
- ubuntu-24.04
2828
- ubuntu-24.04-arm
29-
- windows-2019
3029
- windows-2022
3130
- windows-2025
3231
- macos-13
@@ -48,8 +47,8 @@ jobs:
4847
persist-credentials: false
4948
- uses: actions/setup-python@v5
5049
with:
51-
python-version: 3.9
50+
python-version: 3.12
5251
- uses: ./
5352
with:
54-
python-versions: "3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-2.7, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11"
53+
python-versions: "pypy-2.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14"
5554
- run: nox --session github_actions_all_tests

0 commit comments

Comments
 (0)