Skip to content

Commit c295bab

Browse files
committed
Revert "Exclude Python 3.13 on Windows in tox config"
This reverts commit f980096.
1 parent f980096 commit c295bab

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tox.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@ python =
88
3.10: py310
99
3.11: py311
1010
3.12: py312
11-
3.13: py313 # Exclude on windows-latest below
11+
3.13: py313
1212

1313
[gh-actions:env]
1414
PLATFORM =
1515
ubuntu-latest: linux
1616
macos-latest: macos
1717
windows-latest: windows
1818

19-
[gh-actions:exclude]
20-
python =
21-
3.13
22-
PLATFORM =
23-
windows # py313-windows: FAIL code 3221225477
24-
2519
[testenv]
2620
platform =
2721
macos: darwin

0 commit comments

Comments
 (0)