Skip to content

Commit 1225043

Browse files
author
Nekokatt
authored
Added Python 3.10 TROVE classifier (#51)
* Added Python 3.10 TROVE classifier CPython 3.10 is now in alpha, has official images on DockerHub, and has official prereleases on Chocolatey. As was done with Python 3.9, it is probably a good time to add the 3.10 TROVE classifier. * Moved Python 3.10 to be above Python 3.2
1 parent 0db44e6 commit 1225043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trove_classifiers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
"Programming Language :: Python :: 3 :: Only",
412412
"Programming Language :: Python :: 3.0",
413413
"Programming Language :: Python :: 3.1",
414+
"Programming Language :: Python :: 3.10",
414415
"Programming Language :: Python :: 3.2",
415416
"Programming Language :: Python :: 3.3",
416417
"Programming Language :: Python :: 3.4",

0 commit comments

Comments
 (0)