diff options
author | 2025-04-19 11:44:03 +0100 | |
---|---|---|
committer | 2025-04-19 11:44:03 +0100 | |
commit | 1bb852d61b9828e19fbfc95c71b05e6670bb8da4 (patch) | |
tree | 48acca4a11f5b28265a7a6b39236b873bc3977a8 /pyproject.toml | |
parent | Fix emoji replacement in UwU cog (#1634) (diff) | |
parent | Update project to Python 3.13 (diff) |
Merge pull request #1670 from python-discord/python-313-upgrade
Update sir-lancebot to Python 3.13
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c8fa72e4..e64d2cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" package-mode = false [tool.poetry.dependencies] -python = "3.12.*" +python = "3.13.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "11.6.0", extras = ["all"] } @@ -53,7 +53,7 @@ atomic = true known_first_party = ["bot"] [tool.ruff] -target-version = "py312" +target-version = "py313" extend-exclude = [".cache"] output-format = "concise" line-length = 120 |