Skip to content

Commit

Permalink
drop python3.5 support (now EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
Semir Patel committed Sep 29, 2020
1 parent d2d9162 commit 6da45be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Expand Up @@ -6,8 +6,6 @@ environment:
# Available python versions and their locations on https://www.appveyor.com/docs/build-environment/#python
- PYTHON: C:\Python27-x64
TOXENV: py27-default
- PYTHON: C:\Python35-x64
TOXENV: py35-default
- PYTHON: C:\Python36-x64
TOXENV: py36-default

Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -9,11 +9,6 @@ matrix:
- env: TOXENV=py27-fido-requests2dot17
python: "2.7"

- env: TOXENV=py35-default
python: "3.5"
- env: TOXENV=py35-fido
python: "3.5"

- env: TOXENV=py36-default
python: "3.6"
- env: TOXENV=py36-fido
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -27,7 +27,6 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py35,py36,py37}-{default,fido}, {py27,py35,py36,py37}-fido-requests2dot17, mypy, pre-commit
envlist = {py27,py36,py37}-{default,fido}, {py27,py36,py37}-fido-requests2dot17, mypy, pre-commit

[testenv]
deps =
Expand Down

0 comments on commit 6da45be

Please sign in to comment.