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"
8
8
[project ]
9
9
name = " socket-sdk-python"
10
10
dynamic = [" version" ]
11
- requires-python = " >= 3.9 "
11
+ requires-python = " >= 3.11 "
12
12
dependencies = [
13
13
' requests' ,
14
14
' typing-extensions>=4.12.2'
@@ -26,12 +26,11 @@ maintainers = [
26
26
classifiers = [
27
27
" Development Status :: 5 - Production/Stable" ,
28
28
" Intended Audience :: Developers" ,
29
- " Programming Language :: Python :: 3.9" ,
30
- " Programming Language :: Python :: 3.10" ,
31
29
" Programming Language :: Python :: 3.11" ,
32
30
" Programming Language :: Python :: 3.12" ,
33
31
" Programming Language :: Python :: 3.13" ,
34
32
" Programming Language :: Python :: 3.14"
33
+
35
34
]
36
35
37
36
# modern, faster linter and language server. install with `pip install -e ".[dev]"`
You can’t perform that action at this time.
0 commit comments