Skip to content

Commit f48f26c

Browse files
committed
Update pyproject.toml to Python 3.13
1 parent aab5639 commit f48f26c

File tree

2 files changed

+346
-229
lines changed

2 files changed

+346
-229
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [
33
{name = "Python Discord", email = "[email protected]"},
44
]
55
license = {text = "MIT"}
6-
requires-python = "==3.12.*"
6+
requires-python = "==3.13.*"
77
dependencies = [
88
"pydis-core[all]==11.6.1",
99
"aiohttp==3.12.14",
@@ -65,7 +65,7 @@ source_pkgs = ["bot"]
6565
source = ["tests"]
6666

6767
[tool.ruff]
68-
target-version = "py312"
68+
target-version = "py313"
6969
extend-exclude = [".cache"]
7070
line-length = 120
7171
output-format = "concise"

0 commit comments

Comments
 (0)