We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0d471 commit 7f8e227Copy full SHA for 7f8e227
.gitignore
@@ -59,6 +59,7 @@ htmlcov/
59
nosetests.xml
60
coverage.xml
61
*,cover
62
+.scannerwork/
63
64
# Translations
65
*.mo
setup.py
@@ -54,6 +54,8 @@ def read(*filenames, **kwargs):
54
'Programming Language :: Python :: 3.6',
55
'Programming Language :: Python :: 3.7',
56
'Programming Language :: Python :: 3.8',
57
+ 'Programming Language :: Python :: 3.9',
58
+ 'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)
0 commit comments