Drop Python 2.7 from CI
The setup-python action no longer supports Python 2.7: https://github.com/actions/setup-python/issues/672.
This commit is contained in:
parent
328bcb3259
commit
53b3781fbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-20.04", "macos-latest"]
|
os: ["ubuntu-20.04", "macos-latest"]
|
||||||
python: ["2.7", "pypy-2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.9"]
|
python: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.9"]
|
||||||
include:
|
include:
|
||||||
- os: "windows-latest"
|
- os: "windows-latest"
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
|
|
Loading…
Reference in a new issue