Fix missing Python version

Forgotten in commit 25c718fe6a
This commit is contained in:
Alexander Hess 2024-10-20 01:55:31 +02:00
parent 06c26192ad
commit bfbbbd01e4
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -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"]