mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user