Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 2.7 support. #490

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -121,7 +121,6 @@ jobs:
python_tag:
# NB manylinux >=2014 containers don't have Python 2.7, so we have to
# use exclude to skip it.
- cp27-cp27mu
- cp36-cp36m
- cp37-cp37m
- cp38-cp38
Expand Down Expand Up @@ -212,7 +211,6 @@ jobs:
arch:
- x86_64
python_tag:
- cp27*
- cp36*
- cp37*
- cp38*
Expand Down
2 changes: 0 additions & 2 deletions packaging/build/appveyor.ps1
Expand Up @@ -117,8 +117,6 @@ Function Upload-Artifacts() {
Bootstrap

$pythons = @(
"C:\Python27"
"C:\Python27-x64"
"C:\Python36"
"C:\Python36-x64"
"C:\Python37"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,pypy,py35,py36,py37,py38,py39
envlist = pypy,py35,py36,py37,py38,py39

[testenv]
deps =
Expand Down