Skip to content

Commit aa95102

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

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ jobs:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1414
exclude:
15-
- os: windows-latest
16-
python-version: "2.7"
1715
- os: macos-latest
1816
python-version: "2.7"
1917
- os: macos-latest
2018
python-version: "3.5"
21-
- os: macos-latest
22-
python-version: "3.6"
23-
- os: macos-latest
24-
python-version: "3.7"
2519
include:
2620
- os: ubuntu-latest
2721
os-name: Linux

0 commit comments

Comments
 (0)