Skip to content

Commit 9da3509

Browse files
authored
Declare support for Python 3.9 (#138)
1 parent f7e30d8 commit 9da3509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
'Programming Language :: Python :: 3.5',
6161
'Programming Language :: Python :: 3.6',
6262
'Programming Language :: Python :: 3.7',
63-
'Programming Language :: Python :: 3.8'
63+
'Programming Language :: Python :: 3.8',
64+
'Programming Language :: Python :: 3.9',
6465
],
6566
project_urls={
6667
'Documentation': 'https://certifiio.readthedocs.io/en/latest/',

0 commit comments

Comments
 (0)