Skip to content

Commit

Permalink
Add Python 3.12 to supported versions
Browse files Browse the repository at this point in the history
Fix string type in pyproject.toml
  • Loading branch information
HexDecimal committed Jan 16, 2024
1 parent 1c8064c commit 70ec2cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -49,6 +49,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Games/Entertainment",
Expand Down Expand Up @@ -106,7 +107,7 @@ filterwarnings = [

[tool.mypy]
files = ["."]
python_version = 3.9
python_version = "3.9"
warn_unused_configs = true
show_error_codes = true
disallow_subclassing_any = true
Expand Down

0 comments on commit 70ec2cc

Please sign in to comment.