Skip to content

Commit 137459c

Browse files
committed
chore: min ver 3.10 -> 3.11
1 parent dbebbb1 commit 137459c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ dependencies = [
99
readme = "README.md"
1010
license = "MIT"
1111
license-files = ["LICENSE"]
12-
requires-python = ">= 3.10"
12+
requires-python = ">= 3.11"
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
1817
"Programming Language :: Python :: 3.12",
1918
"Programming Language :: Python :: 3.13",

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"src/python-socketio-stubs",
44
],
55
"typeCheckingMode": "strict",
6-
"pythonVersion": "3.10",
6+
"pythonVersion": "3.11",
77
"pythonPlatform": "Linux",
88
"reportMissingTypeStubs": false,
99
"reportInconsistentConstructor": false,

0 commit comments

Comments
 (0)