Skip to content

Commit ef0e82d

Browse files
author
Greg Lindahl
committed
new ubuntu-latest does not have 3.14; turn on windows
1 parent 8cb59eb commit ef0e82d

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
max-parallel: 1 # avoids ever triggering a rate limit
1717
matrix:
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919
os: [ubuntu-latest]
2020
EXTRA: [false] # used to force includes to get included
2121
include:
@@ -28,17 +28,12 @@ jobs:
2828
- python-version: '3.13'
2929
os: macos-latest
3030
EXTRA: true
31-
#- python-version: '3.7'
32-
# os: windows-latest
33-
# EXTRA: true
34-
# env:
35-
# this doesn't actually work
36-
# PYTHONIOENCODING: "utf8"
37-
#- python-version: '3.13'
38-
# os: windows-latest
39-
# EXTRA: true
40-
# env:
41-
# PYTHONIOENCODING: "utf8"
31+
- python-version: '3.7'
32+
os: windows-latest
33+
EXTRA: true
34+
- python-version: '3.13'
35+
os: windows-latest
36+
EXTRA: true
4237

4338
steps:
4439
- name: checkout

0 commit comments

Comments
 (0)