From 2327e591aa7e9e932eba29e4740596d5295ba2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 7 Sep 2024 20:30:23 -0700 Subject: [PATCH] Fix declare 3.13 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- pyproject.toml | 4 ++++ tox.ini | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c618bf..5a79a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dynamic = [ "version", @@ -110,6 +111,9 @@ lint.preview = true builtin = "clear,usage,en-GB_to_en-US" count = true +[tool.pyproject-fmt] +max_supported_python = "3.13" + [tool.pytest] ini_options.testpaths = [ "tests", diff --git a/tox.ini b/tox.ini index 959a0a4..1f31eee 100644 --- a/tox.ini +++ b/tox.ini @@ -78,6 +78,3 @@ extras = commands = uv pip tree python -c 'import sys; print(sys.executable)' - -[tool.pyproject-fmt] -max_supported_python = "3.13"