diff options
| author | 2023-03-04 09:05:23 +0000 | |
|---|---|---|
| committer | 2023-03-04 09:08:02 +0000 | |
| commit | d0b35bf70807a3a89cbf43c4e2de646bc30e2a3e (patch) | |
| tree | 6c8894f889c99e2575e8adaba424b6ababb1af22 /pyproject.toml | |
| parent | fixed embed interaction and randomly choosing a kata (#1218) (diff) | |
Bump Python version to 3.11
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bfb51044..293165c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.10.*" +python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "9.5.0", extras = ["async-rediscache"] } |