Skip to content

Commit 4b4fc05

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test-publish.yaml

Lines changed: 0 additions & 6 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
@@ -26,10 +24,6 @@ jobs:
2624
python-version: "3.6"
2725
- os: macos-latest
2826
python-version: "3.7"
29-
- os: macos-latest
30-
python-version: "=3.9[build=*_pypy]"
31-
- os: windows-latest
32-
python-version: "=3.9[build=*_pypy]"
3327
include:
3428
- os: ubuntu-latest
3529
os-name: Linux

0 commit comments

Comments
 (0)