forked from orbit-oss/flask
declare support for Python 3.8
This commit is contained in:
parent
42942ec291
commit
33d9f9fa08
2 changed files with 5 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -40,6 +40,9 @@ setup(
|
|||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue