8000 Update PyPI classifiers to remove 3.6 and add 3.9. · matplotlib/matplotlib@9c0606c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c0606c

Browse files
committed
Update PyPI classifiers to remove 3.6 and add 3.9.
1 parent ec0132f commit 9c0606c

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
@@ -258,9 +258,9 @@ def build_extensions(self):
258258
'License :: OSI Approved :: Python Software Foundation License',
259259
'Programming Language :: Python',
260260
'Programming Language :: Python :: 3',
261-
'Programming Language :: Python :: 3.6',
262261
'Programming Language :: Python :: 3.7',
263262
'Programming Language :: Python :: 3.8',
263+
'Programming Language :: Python :: 3.9',
264264
'Topic :: Scientific/Engineering :: Visualization',
265265
],
266266

0 commit comments

Comments
 (0)
0