diff options
author | 2024-05-14 14:08:23 +0100 | |
---|---|---|
committer | 2024-05-14 14:08:23 +0100 | |
commit | 29234ba1a4ec0a347349e3ec5867a54b3570ba12 (patch) | |
tree | ad7d4344c4eec4749efa419fa3bd4d49b3e157fc /pyproject.toml | |
parent | Bump version to 11.1.0 (diff) |
Use python version specifier that dependabot can understand (#212)
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 6a9b11ea..408ae185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repository = "https://github.com/python-discord/bot-core" keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] -python = "3.11.* || 3.12.*" +python = "^3.11" "discord.py" = "~=2.3.2" async-rediscache = { version = "1.0.0rc2", optional = true } |