Skip to content

Commit ad83f81

Browse files
Merge pull request #654 from IdentityPython/drop-py2
Remove python2 support
2 parents aa1c351 + 521b853 commit ad83f81

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ sudo: false
33

44
language: python
55
python:
6-
- 2.7
7-
- 3.4
8-
- 3.5
96
- 3.6
107
- 3.7
11-
- pypy
128
- pypy3
139

1410
addons:

setup.cfg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ classifier =
1919
Development Status :: 4 - Beta
2020
License :: OSI Approved :: Apache Software License
2121
Topic :: Software Development :: Libraries :: Python Modules
22-
Programming Language :: Python
23-
Programming Language :: Python :: 2
24-
Programming Language :: Python :: 2.7
25-
Programming Language :: Python :: 3
26-
Programming Language :: Python :: 3.4
27-
Programming Language :: Python :: 3.5
22+
Programming Language :: Python :: 3 :: Only
2823
Programming Language :: Python :: 3.6
24+
Programming Language :: Python :: 3.7
2925
requires-dist = setuptools
3026
keywords =
3127
saml

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[tox]
22
envlist =
3-
py27
4-
py34
5-
py35
63
py36
74
py37
8-
pypy
95
pypy3
106

117
[testenv]

0 commit comments

Comments
 (0)