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 0a02ea2 commit 81774aeCopy full SHA for 81774ae
setup.cfg
@@ -1,6 +1,6 @@
1
[egg_info]
2
# TODO replace
3
-tag_build = dev5
+tag_build = a3
4
5
[aliases]
6
test=pytest
setup.py
@@ -163,6 +163,7 @@ def load_description():
163
'Programming Language :: Python :: 3.6',
164
'Programming Language :: Python :: 3.7',
165
'Programming Language :: Python :: 3.8',
166
+ 'Programming Language :: Python :: 3.9',
167
'Programming Language :: Cython',
168
],
169
keywords='wsgi web api framework rest http cloud',
0 commit comments