summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2020-04-28 11:10:11 -0400
committerGábor Lipták <gliptak@gmail.com>2020-04-28 11:10:11 -0400
commit03583c8ae4308ead1c255ed95b7e7659a8f421c5 (patch)
tree69de637edf1b9f575d623f088c5e50868217d158
parent0f29cc4931e322f8f5ec27c551d1ded463b6789f (diff)
downloadpysaml2-03583c8ae4308ead1c255ed95b7e7659a8f421c5.tar.gz
Add Python 3.8 as supported
-rw-r--r--.travis.yml1
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini1
3 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 50553171..d9b92ea5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ language: python
python:
- 3.6
- 3.7
+ - 3.8
- pypy3
addons:
diff --git a/setup.cfg b/setup.cfg
index 76a0c958..e56f26bc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
requires-dist = setuptools
keywords =
saml
diff --git a/tox.ini b/tox.ini
index 55dee4f1..a68f1930 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist =
py36
py37
+ py38
pypy3
[testenv]