Skip to content

Commit

Permalink
drop Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 13, 2021
1 parent 40c9afc commit e690ce5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['2.7', '3.6', '3.7', '3.8', '3.9', 'pypy2', 'pypy3']
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
exclude:
# pypy3 currently fails to run on Windows
- os: windows-latest
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py36,py37,py38,py39,pypy2,pypy3,docs,coverage
envlist=flake8,py36,py37,py38,py39,pypy3,docs,coverage
skip_missing_interpreters=True

[gh-actions]
Expand Down

0 comments on commit e690ce5

Please sign in to comment.