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 aab5639 commit f48f26cCopy full SHA for f48f26c
pyproject.toml
@@ -3,7 +3,7 @@ authors = [
3
{name = "Python Discord", email = "[email protected]"},
4
]
5
license = {text = "MIT"}
6
-requires-python = "==3.12.*"
+requires-python = "==3.13.*"
7
dependencies = [
8
"pydis-core[all]==11.6.1",
9
"aiohttp==3.12.14",
@@ -65,7 +65,7 @@ source_pkgs = ["bot"]
65
source = ["tests"]
66
67
[tool.ruff]
68
-target-version = "py312"
+target-version = "py313"
69
extend-exclude = [".cache"]
70
line-length = 120
71
output-format = "concise"
0 commit comments