summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-12-15 10:23:30 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-12-15 10:46:30 +0000
commitb20c057d620bca121eeceb21251eb967a909d84c (patch)
tree29807ff94767f1e2292f0acb4f755f3607f4e8a9 /setup.py
parentcbaa3177ea546088c1383f1f01176754c19b52c2 (diff)
downloadsubunit-git-b20c057d620bca121eeceb21251eb967a909d84c.tar.gz
Add testing for Python 3.10
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index fb03073..ea8edf2 100755
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Testing',
],
keywords='python test streaming',