summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2022-01-25 15:05:36 +0200
committerGitHub <noreply@github.com>2022-01-25 15:05:36 +0200
commitd5b1d8db5fadd9e33f60e8c8ff3acf9eb432b950 (patch)
tree80529ff7241ffb9e9af2a63a8076739a07bfd8be
parente20d0a4d655e3c06caf005e8022bba99223dc659 (diff)
parent6f290e18b4c2a4f5f2d5f0019180eccc4cc4c2b7 (diff)
downloadpysaml2-ci-experiments.tar.gz
Merge pull request #836 from g-as/feature/python3.10ci-experiments
Officially support 3.10
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d95bfed8..024030ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/tox.ini b/tox.ini
index 32a5714a..dbaca41e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ envlist =
py37
py38
py39
+ py310
pypy3
[testenv]