feat: switch to python 3.12 for more compatability
This commit is contained in:
parent
65beb2bd53
commit
a882f0a9cc
3 changed files with 114 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue