Make Python 3.13 the new default

This commit is contained in:
Alexander Hess 2024-10-16 01:32:14 +02:00
commit 25c718fe6a
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 12 additions and 9 deletions

View file

@ -89,7 +89,7 @@ To execute all default tasks, simply invoke:
`nox`
This includes running the test suite for the project's main Python version
(i.e., [3.12](https://devguide.python.org/versions/)).
(i.e., [3.13](https://devguide.python.org/versions/)).
#### Code Formatting & Linting