Skip to content

Commit 3e9376b

Browse files
committed
Don't exclude testing Py 3.14 on Windows
1 parent a6232df commit 3e9376b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
tox-env: py313
3232
- python-version: '3.14'
3333
tox-env: py314
34-
exclude:
35-
- platform: windows-latest
36-
python-version: '3.14'
34+
# exclude:
35+
# - platform: windows-latest
36+
# python-version: '3.14'
3737

3838
env:
3939
TOXENV: ${{ matrix.tox-env }}

0 commit comments

Comments
 (0)