We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f29cc4 + 03583c8 commit bdaf5bfCopy full SHA for bdaf5bf
.travis.yml
@@ -5,6 +5,7 @@ language: python
5
python:
6
- 3.6
7
- 3.7
8
+ - 3.8
9
- pypy3
10
11
addons:
setup.cfg
@@ -22,6 +22,7 @@ classifier =
22
Programming Language :: Python :: 3 :: Only
23
Programming Language :: Python :: 3.6
24
Programming Language :: Python :: 3.7
25
+ Programming Language :: Python :: 3.8
26
requires-dist = setuptools
27
keywords =
28
saml
tox.ini
@@ -2,6 +2,7 @@
2
envlist =
3
py36
4
py37
+ py38
pypy3
[testenv]
0 commit comments