aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-23 22:43:19 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-14 19:43:51 +0100
commitfdb55d1beb0329064fde66bf1ee04a7aef032054 (patch)
tree12aba2ad6fcd2a4ee0ac363f4a3586a693854e25 /pyproject.toml
parentUpdate the docker-compose snekbox dep for bot (diff)
Bump to Python 3.10
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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.