We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a13c8 commit c084b1fCopy full SHA for c084b1f
1 file changed
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
[project]
9
name = "socket-sdk-python"
10
dynamic = ["version"]
11
-requires-python = ">= 3.9"
+requires-python = ">= 3.11"
12
dependencies = [
13
'requests',
14
'typing-extensions>=4.12.2'
@@ -26,12 +26,11 @@ maintainers = [
26
classifiers = [
27
"Development Status :: 5 - Production/Stable",
28
"Intended Audience :: Developers",
29
- "Programming Language :: Python :: 3.9",
30
- "Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
34
"Programming Language :: Python :: 3.14"
+
35
]
36
37
# modern, faster linter and language server. install with `pip install -e ".[dev]"`
0 commit comments