Skip to content

Commit d5b1d8d

Browse files
Merge pull request #836 from g-as/feature/python3.10
Officially support 3.10
2 parents e20d0a4 + 6f290e1 commit d5b1d8d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ classifier =
2323
Programming Language :: Python :: 3.6
2424
Programming Language :: Python :: 3.7
2525
Programming Language :: Python :: 3.8
26+
Programming Language :: Python :: 3.9
27+
Programming Language :: Python :: 3.10
2628
requires-dist = setuptools
2729
keywords =
2830
saml

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py37
55
py38
66
py39
7+
py310
78
pypy3
89

910
[testenv]

0 commit comments

Comments
 (0)