We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee46bea commit f69b2ecCopy full SHA for f69b2ec
pyproject.toml
@@ -3,7 +3,7 @@ name = "site"
3
version = "1.0.0"
4
description = "The project responsible for maintaining our website and all of its subdomains."
5
authors = [{ name = "Python Discord", email = "[email protected]" }]
6
-requires-python = "==3.11.*"
+requires-python = "==3.13.*"
7
license = "MIT"
8
dependencies = [
9
"django==5.1.11",
@@ -47,7 +47,7 @@ requires = ["hatchling"]
47
build-backend = "hatchling.build"
48
49
[tool.ruff]
50
-target-version = "py311"
+target-version = "py313"
51
extend-exclude = [".cache"]
52
line-length = 120
53
output-format = "concise"
0 commit comments