aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-27 14:21:56 +0100
committerGravatar Joe Banks <[email protected]>2025-07-27 14:40:30 +0100
commitf69b2ec147afb916ebc81f95103a98aa35c5b10f (patch)
tree46e6a86bde3e6f51d28e288c6d0da53529053e54 /pyproject.toml
parentUpdate to using uv (diff)
Upgrade pyproject.toml to 3.13
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
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"