Skip to content

Commit 70ec2cc

Browse files
committed
Add Python 3.12 to supported versions
Fix string type in pyproject.toml
1 parent 1c8064c commit 70ec2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ classifiers = [
4949
"Programming Language :: Python :: 3.9",
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
52+
"Programming Language :: Python :: 3.12",
5253
"Programming Language :: Python :: Implementation :: CPython",
5354
"Programming Language :: Python :: Implementation :: PyPy",
5455
"Topic :: Games/Entertainment",
@@ -106,7 +107,7 @@ filterwarnings = [
106107

107108
[tool.mypy]
108109
files = ["."]
109-
python_version = 3.9
110+
python_version = "3.9"
110111
warn_unused_configs = true
111112
show_error_codes = true
112113
disallow_subclassing_any = true

0 commit comments

Comments
 (0)