diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index a9c04d42..baeaeefd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "site" version = "1.0.0" description = "The project responsible for maintaining our website and all of its subdomains." authors = [{ name = "Python Discord", email = "[email protected]" }] -requires-python = "==3.11.*" +requires-python = "==3.13.*" license = "MIT" dependencies = [ "django==5.1.11", @@ -47,7 +47,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] -target-version = "py311" +target-version = "py313" extend-exclude = [".cache"] line-length = 120 output-format = "concise" |