This commit is contained in:
2024-08-03 15:14:44 +02:00
parent b47624af58
commit 171ab8a564
4 changed files with 266 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = ">=3.11"
requires-python = "<3.12.0,>=3.11"
dependencies = [
"py-cord>=2.6.0",
]
@@ -160,7 +160,7 @@ include = ["src"]
exclude = ["**/__pycache__"]
venv = "env311"
pythonPlatform = "All"
pythonVersion = "3.12"
pythonVersion = "3.11"
typeCheckingMode = "all"
reportAny = false