Skip to content

Commit a257457

Browse files
committed
Update a list of supported Python version
1 parent 251fe8e commit a257457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ def read(f):
4747
'Intended Audience :: Developers',
4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.5',
5150
'Programming Language :: Python :: 3.6',
5251
'Programming Language :: Python :: 3.7',
52+
'Programming Language :: Python :: 3.8',
53+
'Programming Language :: Python :: 3.9',
5354
'Development Status :: 5 - Production/Stable',
5455
'Topic :: Internet :: WWW/HTTP',
5556
'Framework :: AsyncIO',

0 commit comments

Comments
 (0)