Skip to content

Commit 768c349

Browse files
authored
Merge pull request #172 from slimta/workflows
Advertize Python 3.9 support
2 parents a64e1d8 + fb3e7f5 commit 768c349

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
@@ -58,7 +58,8 @@
5858
'Programming Language :: Python :: 2.7',
5959
'Programming Language :: Python :: 3.6',
6060
'Programming Language :: Python :: 3.7',
61-
'Programming Language :: Python :: 3.8'])
61+
'Programming Language :: Python :: 3.8',
62+
'Programming Language :: Python :: 3.9'])
6263

6364

6465
# vim:et:fdm=marker:sts=4:sw=4:ts=4

0 commit comments

Comments
 (0)