We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8064c commit 70ec2ccCopy full SHA for 70ec2cc
pyproject.toml
@@ -49,6 +49,7 @@ classifiers = [
49
"Programming Language :: Python :: 3.9",
50
"Programming Language :: Python :: 3.10",
51
"Programming Language :: Python :: 3.11",
52
+ "Programming Language :: Python :: 3.12",
53
"Programming Language :: Python :: Implementation :: CPython",
54
"Programming Language :: Python :: Implementation :: PyPy",
55
"Topic :: Games/Entertainment",
@@ -106,7 +107,7 @@ filterwarnings = [
106
107
108
[tool.mypy]
109
files = ["."]
-python_version = 3.9
110
+python_version = "3.9"
111
warn_unused_configs = true
112
show_error_codes = true
113
disallow_subclassing_any = true
0 commit comments