Skip to content

Commit 9e3746a

Browse files
committed
Tests(GHActions): Do not exclude Python 2.7 on w32
Also restore some Pythons on OSX.
1 parent aca084a commit 9e3746a

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,19 +16,13 @@ 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
2422
python-version: "3.5"
2523
- os: macos-latest
2624
python-version: "3.6"
2725
- os: macos-latest
28-
python-version: "3.7"
29-
- os: macos-latest
30-
python-version: "=3.9[build=*_pypy]"
31-
- os: windows-latest
3226
python-version: "=3.9[build=*_pypy]"
3327
include:
3428
- os: ubuntu-latest

0 commit comments

Comments
 (0)