diff options
author | 2024-03-24 21:04:09 +0000 | |
---|---|---|
committer | 2024-03-30 10:39:57 +0000 | |
commit | 92d74cb3833e486e6203fae6cacf4651ade90bc6 (patch) | |
tree | 312c5c0ae1bd268f91199675848413307aa92fca /pyproject.toml | |
parent | Bump sentry-sdk from 1.43.0 to 1.44.0 (#1492) (diff) |
Bump references to 3.11 up to Pytohn 3.12
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 93476ba5..f19556d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.11.*" +python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "11.0.1", extras = ["all"] } @@ -53,7 +53,7 @@ atomic = true known_first_party = ["bot"] [tool.ruff] -target-version = "py311" +target-version = "py312" extend-exclude = [".cache"] line-length = 120 unsafe-fixes = true |