Skip to content

Commit f2c67b3

Browse files
committed
Use python version specifier that dependabot can understand
1 parent 88c2eb6 commit f2c67b3

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

poetry.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)