Skip to content

Commit 2237d2e

Browse files
committed
Update supported python versions
Signed-off-by: Hui Peng <benquike@gmail.com>
1 parent ae23aa2 commit 2237d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
'License :: OSI Approved :: BSD License',
5151
'Operating System :: OS Independent',
5252
'Programming Language :: Python',
53-
'Programming Language :: Python :: 2',
54-
'Programming Language :: Python :: 2.7',
5553
'Programming Language :: Python :: 3',
5654
'Programming Language :: Python :: 3.6',
5755
'Programming Language :: Python :: 3.7',
56+
'Programming Language :: Python :: 3.9',
57+
'Programming Language :: Python :: 3.10',
5858
'Topic :: Internet :: WWW/HTTP',
5959
'Topic :: Text Processing :: Markup :: HTML',
6060
],

0 commit comments

Comments
 (0)