Skip to content

Commit 78f5249

Browse files
authored
Merge pull request #2739 from cclauss/setup.py-py38-py39
setup.py: Add support for Python 3.8 and 3.9
2 parents 8615a61 + 2426a5f commit 78f5249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
'Programming Language :: Python :: 3.5',
8585
'Programming Language :: Python :: 3.6',
8686
'Programming Language :: Python :: 3.7',
87+
'Programming Language :: Python :: 3.8',
88+
'Programming Language :: Python :: 3.9',
8789
'Topic :: Software Development',
8890
'Topic :: Utilities',
8991
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)