Skip to content

Commit 3f062b2

Browse files
committedSep 12, 2021
chore(pyproject): add Python 3.10 classifier
1 parent a3c44ad commit 3f062b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.7",
2525
"Programming Language :: Python :: 3.8",
2626
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3 :: Only",
2829
"Programming Language :: Python :: Implementation :: CPython",
2930
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)
Please sign in to comment.