From bfbbbd01e4ff7fdfdd8d56bc1e610f13663823b3 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sun, 20 Oct 2024 01:55:31 +0200 Subject: [PATCH] Fix missing Python version Forgotten in commit 25c718fe6a9d1c3c14a9585d63064349949d9e05 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51f94c3..17b995a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ remove-unused-variables = true # Source: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html line-length = 88 -target-version = ["py312", "py311", "py310", "py39"] +target-version = ["py313", "py312", "py311", "py310", "py39"]