Skip to content

Commit 29234ba

Browse files
authored
Use python version specifier that dependabot can understand (#212)
1 parent 88c2eb6 commit 29234ba

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

poetry.lock

+3-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repository = "https://github.com/python-discord/bot-core"
2323
keywords = ["bot", "discord", "discord.py"]
2424

2525
[tool.poetry.dependencies]
26-
python = "3.11.* || 3.12.*"
26+
python = "^3.11"
2727

2828
"discord.py" = "~=2.3.2"
2929
async-rediscache = { version = "1.0.0rc2", optional = true }

0 commit comments

Comments
 (0)