aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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 0310737d6..082f4cf66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ authors = [
{name = "Python Discord", email = "[email protected]"},
]
license = {text = "MIT"}
-requires-python = "==3.12.*"
+requires-python = "==3.13.*"
dependencies = [
"pydis-core[all]==11.6.1",
"aiohttp==3.12.14",
@@ -65,7 +65,7 @@ source_pkgs = ["bot"]
source = ["tests"]
[tool.ruff]
-target-version = "py312"
+target-version = "py313"
extend-exclude = [".cache"]
line-length = 120
output-format = "concise"