Skip to content

Commit 9da567a

Browse files
authored
Drop support for Python 3.5, add Python 3.9 (#75)
1 parent 00fb735 commit 9da567a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def finalize_options(self):
7979
classifiers=[
8080
'Programming Language :: Python',
8181
'Programming Language :: Python :: 3',
82-
'Programming Language :: Python :: 3.5',
8382
'Programming Language :: Python :: 3.6',
8483
'Programming Language :: Python :: 3.7',
8584
'Programming Language :: Python :: 3.8',
85+
'Programming Language :: Python :: 3.9'
8686
'Development Status :: 4 - Beta',
8787
'Intended Audience :: Developers',
8888
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)