Skip to content

Commit c5be44d

Browse files
committed
chore: Add 3.10 to classifiers
1 parent a5f970a commit c5be44d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.7",
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
2122
"Programming Language :: Python :: Implementation :: PyPy",
2223
"Topic :: Utilities",
2324
"Topic :: System :: Shells"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"Programming Language :: Python :: 3.7",
5858
"Programming Language :: Python :: 3.8",
5959
"Programming Language :: Python :: 3.9",
60+
"Programming Language :: Python :: 3.10",
6061
"Programming Language :: Python :: Implementation :: PyPy",
6162
"Topic :: Utilities",
6263
"Topic :: System :: Shells",

0 commit comments

Comments
 (0)