Skip to content

Commit 1f4277c

Browse files
authored
Add Python 3.9 to trove classifiers (#481)
1 parent 6029e3e commit 1f4277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ def run(self):
110110
'Programming Language :: Python :: 2',
111111
'Programming Language :: Python :: 2.7',
112112
'Programming Language :: Python :: 3',
113-
'Programming Language :: Python :: 3.5',
114113
'Programming Language :: Python :: 3.6',
115114
'Programming Language :: Python :: 3.7',
116115
'Programming Language :: Python :: 3.8',
116+
'Programming Language :: Python :: 3.9',
117117
'Programming Language :: Python :: Implementation :: CPython',
118118
'Programming Language :: Python :: Implementation :: PyPy',
119119
'Topic :: Software Development :: Testing',

0 commit comments

Comments
 (0)