Skip to content

Commit f69b2ec

Browse files
committed
Upgrade pyproject.toml to 3.13
1 parent ee46bea commit f69b2ec

File tree

2 files changed

+82
-90
lines changed

2 files changed

+82
-90
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "site"
33
version = "1.0.0"
44
description = "The project responsible for maintaining our website and all of its subdomains."
55
authors = [{ name = "Python Discord", email = "[email protected]" }]
6-
requires-python = "==3.11.*"
6+
requires-python = "==3.13.*"
77
license = "MIT"
88
dependencies = [
99
"django==5.1.11",
@@ -47,7 +47,7 @@ requires = ["hatchling"]
4747
build-backend = "hatchling.build"
4848

4949
[tool.ruff]
50-
target-version = "py311"
50+
target-version = "py313"
5151
extend-exclude = [".cache"]
5252
line-length = 120
5353
output-format = "concise"

0 commit comments

Comments
 (0)