Skip to content

Commit

Permalink
Declare Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 6, 2024
1 parent 0aa16d7 commit 87fba5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]
dependencies = [
Expand All @@ -53,6 +54,9 @@ add_imports = [
force_single_line = true
profile = "black"

[tool.pyproject-fmt]
max_supported_python = "3.13"

[tool.pytest.ini_options]
addopts = """\
--strict-config
Expand Down

0 comments on commit 87fba5c

Please sign in to comment.