Revert to python 3.13

This commit is contained in:
2025-04-22 00:56:38 +02:00
parent a0a53800ab
commit 2d8b767ae3
3 changed files with 4 additions and 401 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.11"
requires-python = "~=3.13"
dependencies = [
"discord-py>=2.4.0,<3",
"twitchapi>=4.4.0,<5",