feat: switch to python 3.12 for more compatability

This commit is contained in:
Teesh 2025-03-19 11:04:08 +02:00
parent 65beb2bd53
commit a882f0a9cc
3 changed files with 114 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name = "dunnobot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"discord-py>=2.5.2",
"httpx>=0.28.1",