Skip to content

Commit 711cacc

Browse files
committed
gh action runners no longer support python2 (python-versions)
1 parent 7f6637c commit 711cacc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
os: [macos-13, windows-2022, ubuntu-22.04]
1414
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
1515
include:
16-
- os: ubuntu-22.04
17-
python-version: 2.7
18-
- os: ubuntu-22.04
19-
python-version: pypy-2.7
2016
- os: ubuntu-22.04
2117
python-version: pypy-3.9
2218
- os: ubuntu-22.04
@@ -72,10 +68,6 @@ jobs:
7268
os: [macos-13, windows-2022, ubuntu-22.04]
7369
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
7470
include:
75-
- os: ubuntu-22.04
76-
python-version: 2.7
77-
- os: ubuntu-22.04
78-
python-version: pypy-2.7
7971
- os: ubuntu-22.04
8072
python-version: pypy-3.9
8173
- os: ubuntu-22.04

0 commit comments

Comments
 (0)