Skip to content

Commit 269591a

Browse files
committed
include windows in CI
1 parent c91646b commit 269591a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
"3.13",
3131
]
3232
# Windows doesn't pass the test suite at the moment :(
33-
# include:
34-
# - os: windows-2016
35-
# python_version: "3.8.9"
33+
include:
34+
- os: windows-latest
35+
python_version: "3.11"
3636

3737
steps:
3838
- uses: actions/checkout@main

0 commit comments

Comments
 (0)