File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " socket-sdk-python"
1010dynamic = [" version" ]
11- requires-python = " >= 3.9 "
11+ requires-python = " >= 3.11 "
1212dependencies = [
1313 ' requests' ,
1414 ' typing-extensions>=4.12.2'
@@ -26,12 +26,11 @@ maintainers = [
2626classifiers = [
2727 " Development Status :: 5 - Production/Stable" ,
2828 " Intended Audience :: Developers" ,
29- " Programming Language :: Python :: 3.9" ,
30- " Programming Language :: Python :: 3.10" ,
3129 " Programming Language :: Python :: 3.11" ,
3230 " Programming Language :: Python :: 3.12" ,
3331 " Programming Language :: Python :: 3.13" ,
3432 " Programming Language :: Python :: 3.14"
33+
3534]
3635
3736# modern, faster linter and language server. install with `pip install -e ".[dev]"`
You can’t perform that action at this time.
0 commit comments