diff options
author | Stephen Finucane <stephenfin@redhat.com> | 2021-12-15 10:23:30 +0000 |
---|---|---|
committer | Stephen Finucane <stephenfin@redhat.com> | 2021-12-15 10:46:30 +0000 |
commit | b20c057d620bca121eeceb21251eb967a909d84c (patch) | |
tree | 29807ff94767f1e2292f0acb4f755f3607f4e8a9 /setup.py | |
parent | cbaa3177ea546088c1383f1f01176754c19b52c2 (diff) | |
download | subunit-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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |