Skip to content

Commit ee5a2e6

Browse files
committed
Test supported Python versions on Windows
1 parent dfc1286 commit ee5a2e6

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
python-version: "3.14t"
2626
- os-type: macos
2727
python-version: "3.15t"
28-
- os-type: windows
29-
python-version: "3.13" # FIXME: Fix and enable Python 3.13-3.15 on Windows (#1955).
30-
- os-type: windows
31-
python-version: "3.14"
32-
- os-type: windows
33-
python-version: "3.14t"
34-
- os-type: windows
35-
python-version: "3.15"
36-
- os-type: windows
37-
python-version: "3.15t"
3828
include:
3929
- os-ver: latest
4030
- os-type: ubuntu

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
requires = tox>=4
3-
env_list = py{37,38,39,310,311,312}, ruff, format, mypy, html, misc
3+
env_list = py{37,38,39,310,311,312,313,314,315}, ruff, format, mypy, html, misc
44

55
[testenv]
66
description = Run unit tests

0 commit comments

Comments
 (0)