Migrate to python3.11

This commit is contained in:
2025-04-22 00:51:14 +02:00
parent 959ab30265
commit a0a53800ab
3 changed files with 212 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name = "discord-bot"
version = "0.1.0"
description = ""
authors = [{ name = "Bulat Kurbanov", email = "kurbanovbul@gmail.com" }]
requires-python = "~=3.12"
requires-python = "~=3.11"
dependencies = [
"discord-py>=2.4.0,<3",
"twitchapi>=4.4.0,<5",