summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-26 13:27:21 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-26 13:28:44 +0200
commit521b853c946c4b03edd12ad757a1960c27921c51 (patch)
tree280a8f9a80c717db39196f3b7831b351a44bc8a5
parentaa1c351254f84d04fcd943b77d54f6e44c61fe4e (diff)
downloadpysaml2-521b853c946c4b03edd12ad757a1960c27921c51.tar.gz
Remove python2 support markers and checks
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--.travis.yml4
-rw-r--r--setup.cfg8
-rw-r--r--tox.ini4
3 files changed, 2 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 87c541bc..50553171 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,8 @@ sudo: false
language: python
python:
- - 2.7
- - 3.4
- - 3.5
- 3.6
- 3.7
- - pypy
- pypy3
addons:
diff --git a/setup.cfg b/setup.cfg
index e6a7ca3e..ed7f6a65 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,13 +19,9 @@ classifier =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Libraries :: Python Modules
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
requires-dist = setuptools
keywords =
saml
diff --git a/tox.ini b/tox.ini
index 47d04407..55dee4f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,7 @@
[tox]
envlist =
- py27
- py34
- py35
py36
py37
- pypy
pypy3
[testenv]