Set python version to 3.11 for Debian Bookworm

This commit is contained in:
polyfloyd 2025-06-01 18:11:42 +02:00
parent 704b623b29
commit 87ffa8f3d5
4 changed files with 198 additions and 6 deletions

View file

@ -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",