Skip to content

Commit

Permalink
Merge pull request #836 from g-as/feature/python3.10
Browse files Browse the repository at this point in the history
Officially support 3.10
  • Loading branch information
c00kiemon5ter authored Jan 25, 2022
2 parents e20d0a4 + 6f290e1 commit d5b1d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
requires-dist = setuptools
keywords =
saml
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py37
py38
py39
py310
pypy3

[testenv]
Expand Down

0 comments on commit d5b1d8d

Please sign in to comment.