Skip to content

Commit 627fa38

Browse files
committed
Tests(GHActions): Do not exclude Python 2.7 and PyPy 3.9 on w32
1 parent aca084a commit 627fa38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"]
1818
exclude:
19-
- os: windows-latest
20-
python-version: "2.7"
2119
- os: macos-latest
2220
python-version: "2.7"
2321
- os: macos-latest
@@ -28,8 +26,6 @@ jobs:
2826
python-version: "3.7"
2927
- os: macos-latest
3028
python-version: "=3.9[build=*_pypy]"
31-
- os: windows-latest
32-
python-version: "=3.9[build=*_pypy]"
3329
include:
3430
- os: ubuntu-latest
3531
os-name: Linux

0 commit comments

Comments
 (0)