diff options
author | 2024-12-21 15:38:08 +0000 | |
---|---|---|
committer | 2024-12-21 15:38:08 +0000 | |
commit | 2fa6fe780ba3908a5b11b296cbcc7ef94fb53df1 (patch) | |
tree | 02baa23e28deaeb180b74f8df126cf4613ab1db7 /pyproject.toml | |
parent | Pin python-freeipa to 1.0.8 (diff) |
Bump up 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 ffc3884..99da88b 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 = "11.5.1" @@ -46,7 +46,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.ruff] -target-version = "py312" +target-version = "py313" extend-exclude = [".cache"] line-length = 100 unsafe-fixes = true |