Skip to content

Commit 3a115ee

Browse files
authored
Clarify supported Python versions
1 parent c05a1fd commit 3a115ee

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
@@ -58,11 +58,11 @@
5858
'Programming Language :: Python :: 2',
5959
'Programming Language :: Python :: 2.7',
6060
'Programming Language :: Python :: 3',
61-
'Programming Language :: Python :: 3.3',
62-
'Programming Language :: Python :: 3.4',
6361
'Programming Language :: Python :: 3.5',
6462
'Programming Language :: Python :: 3.6',
6563
'Programming Language :: Python :: 3.7',
64+
'Programming Language :: Python :: 3.8',
65+
'Programming Language :: Python :: 3.9',
6666
'License :: OSI Approved :: MIT License',
6767
'Operating System :: OS Independent',
6868
],

0 commit comments

Comments
 (0)