Skip to content

Commit 5fb95f5

Browse files
authored
Python 3.4 and 3.5 branches have been retired in 2020
1 parent 79d86a2 commit 5fb95f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
# Specify the Python versions you support here. In particular, ensure
3737
# that you indicate whether you support Python 2, Python 3 or both.
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.4',
40-
'Programming Language :: Python :: 3.5',
4139
'Programming Language :: Python :: 3.6',
4240
'Programming Language :: Python :: 3.7',
4341
'Programming Language :: Python :: 3.8',
42+
'Programming Language :: Python :: 3.9',
4443
],
4544
packages=find_packages(),
4645
extras_require={

0 commit comments

Comments
 (0)