Skip to content

Commit 705fcbc

Browse files
authored
Drop Python 2.7 from classifiers
1 parent 4e262db commit 705fcbc

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
@@ -38,11 +38,11 @@
3838
'Operating System :: MacOS :: MacOS X',
3939
'Operating System :: POSIX',
4040
'Programming Language :: Python',
41-
'Programming Language :: Python :: 2.7',
42-
'Programming Language :: Python :: 3.4',
4341
'Programming Language :: Python :: 3.5',
4442
'Programming Language :: Python :: 3.6',
4543
'Programming Language :: Python :: 3.7',
44+
'Programming Language :: Python :: 3.8',
45+
'Programming Language :: Python :: 3.9',
4646
'Topic :: Software Development :: Libraries :: Python Modules'
4747
]
4848
)

0 commit comments

Comments
 (0)