Skip to content

Commit f7e5fd6

Browse files
committed
Update CI for windows
1 parent 8729059 commit f7e5fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
python-version: ["3.7", "3.8", "3.9", "3.10", pypy3]
40-
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2016]
40+
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022]
4141
exclude:
4242
# excludes pypy Windows because only 32 bit pypy is supported.
4343
- os: windows-2019
4444
python-version: pypy3
45-
- os: windows-2016
45+
- os: windows-2022
4646
python-version: pypy3
4747
# temporarily exclude pypy3 on macos
4848
- os: macos-latest

0 commit comments

Comments
 (0)