Skip to content

Commit 55a1b81

Browse files
authored
Add Python 3.9 to trove classifiers (#9887)
Since my checklist in #9761 is almost complete, it's time to check off this box as well. Co-authored-by: hauntsaninja <>
1 parent 5f5d90e commit 55a1b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def run(self):
165165
'Programming Language :: Python :: 3.6',
166166
'Programming Language :: Python :: 3.7',
167167
'Programming Language :: Python :: 3.8',
168+
'Programming Language :: Python :: 3.9',
168169
'Topic :: Software Development',
169170
]
170171

0 commit comments

Comments
 (0)