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 e20d0a4 + 6f290e1 commit d5b1d8dCopy full SHA for d5b1d8d
setup.cfg
@@ -23,6 +23,8 @@ classifier =
23
Programming Language :: Python :: 3.6
24
Programming Language :: Python :: 3.7
25
Programming Language :: Python :: 3.8
26
+ Programming Language :: Python :: 3.9
27
+ Programming Language :: Python :: 3.10
28
requires-dist = setuptools
29
keywords =
30
saml
tox.ini
@@ -4,6 +4,7 @@ envlist =
4
py37
5
py38
6
py39
7
+ py310
8
pypy3
9
10
[testenv]
0 commit comments