aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-10-25 21:56:39 +0100
committerGravatar Chris Lovering <[email protected]>2022-10-25 21:56:39 +0100
commitca11056f14a2c765407956a77e84de587d49c536 (patch)
treea3134d356c0445592a69a2a98e6146328effbcf7 /pyproject.toml
parentBump deps (diff)
Support 3.11 and bump CI to use 3.11
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 1f80d9ac..d4a27af1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ packages = [
exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
-python = "3.10.*"
+python = "3.10.* || 3.11.*"
"discord.py" = "2.0.1"
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
statsd = "3.3.0"