Set python version to 3.11 for Debian Bookworm
This commit is contained in:
parent
704b623b29
commit
87ffa8f3d5
4 changed files with 198 additions and 6 deletions
|
@ -3,7 +3,7 @@ name = "discord-bot"
|
|||
version = "0.1.0"
|
||||
description = "Bitlair Discord Bot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"aiomqtt>=2.4.0",
|
||||
"discord-py>=2.5.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue