From f69b2ec147afb916ebc81f95103a98aa35c5b10f Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 27 Jul 2025 14:21:56 +0100 Subject: Upgrade pyproject.toml to 3.13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') 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 = "info@pythondiscord.com" }] -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" -- cgit v1.2.3