We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fef2ee commit 9c81ec5Copy full SHA for 9c81ec5
1 file changed
.github/workflows/build.yml
@@ -16,17 +16,13 @@ jobs:
16
strategy:
17
matrix:
18
name: [
19
- "ubuntu-py27",
20
"ubuntu-py37",
21
"ubuntu-py38",
22
"ubuntu-py39",
23
"ubuntu-py310",
24
"ubuntu-py311",
25
]
26
include:
27
- - name: "ubuntu-py27"
28
- os: ubuntu-latest
29
- python-version: "2.7"
30
- name: "ubuntu-py37"
31
os: ubuntu-latest
32
python-version: "3.7"
0 commit comments