diff options
| author | 2022-07-23 22:43:19 +0100 | |
|---|---|---|
| committer | 2022-08-14 19:43:51 +0100 | |
| commit | fdb55d1beb0329064fde66bf1ee04a7aef032054 (patch) | |
| tree | 12aba2ad6fcd2a4ee0ac363f4a3586a693854e25 /pyproject.toml | |
| parent | Update the docker-compose snekbox dep for bot (diff) | |
Bump to Python 3.10
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 77d8ee3d4..af3fdc115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.9.*" +python = "3.10.*" "discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"} # See https://bot-core.pythondiscord.com/ for docs. |