Skip to content

Commit 9c81ec5

Browse files
committed
Temporarily remove Python 2.7 from build matrix
1 parent 2fef2ee commit 9c81ec5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
name: [
19-
"ubuntu-py27",
2019
"ubuntu-py37",
2120
"ubuntu-py38",
2221
"ubuntu-py39",
2322
"ubuntu-py310",
2423
"ubuntu-py311",
2524
]
2625
include:
27-
- name: "ubuntu-py27"
28-
os: ubuntu-latest
29-
python-version: "2.7"
3026
- name: "ubuntu-py37"
3127
os: ubuntu-latest
3228
python-version: "3.7"

0 commit comments

Comments
 (0)