Finally fixed

This commit is contained in:
2024-08-03 15:27:07 +02:00
parent 171ab8a564
commit f1a8c2e31d
5 changed files with 133 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = "<3.12.0,>=3.11"
requires-python = ">=3.11"
dependencies = [
"py-cord>=2.6.0",
]