File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ dependencies = [
99readme = " README.md"
1010license = " MIT"
1111license-files = [" LICENSE" ]
12- requires-python = " >= 3.10 "
12+ requires-python = " >= 3.11 "
1313classifiers = [
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" ,
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments