We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebbb1 commit 137459cCopy full SHA for 137459c
2 files changed
pyproject.toml
@@ -9,11 +9,10 @@ dependencies = [
9
readme = "README.md"
10
license = "MIT"
11
license-files = ["LICENSE"]
12
-requires-python = ">= 3.10"
+requires-python = ">= 3.11"
13
classifiers = [
14
"Development Status :: 4 - Beta",
15
"Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
18
"Programming Language :: Python :: 3.12",
19
"Programming Language :: Python :: 3.13",
pyrightconfig.json
@@ -3,7 +3,7 @@
3
"src/python-socketio-stubs",
4
],
5
"typeCheckingMode": "strict",
6
- "pythonVersion": "3.10",
+ "pythonVersion": "3.11",
7
"pythonPlatform": "Linux",
8
"reportMissingTypeStubs": false,
"reportInconsistentConstructor": false,
0 commit comments