mirror of
1
0
Fork 0

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:
Anish Athalye 2023-06-25 11:16:14 -04:00
parent 328bcb3259
commit 53b3781fbb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
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:
- os: "windows-latest"
python: "3.8"