Skip to content

Commit a192c8c

Browse files
authored
chore: Add Python 3.11 and 3.12 in the PyPI classifier (#2014)
1 parent 18dd4e1 commit a192c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ classifiers = [
2727
"Programming Language :: Python :: 3 :: Only",
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
3032
"License :: OSI Approved :: Apache Software License",
3133
"Operating System :: OS Independent",
3234
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)