Skip to content

Commit c084b1f

Browse files
committed
updated required py version to 3.11
1 parent 36a13c8 commit c084b1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "socket-sdk-python"
1010
dynamic = ["version"]
11-
requires-python = ">= 3.9"
11+
requires-python = ">= 3.11"
1212
dependencies = [
1313
'requests',
1414
'typing-extensions>=4.12.2'
@@ -26,12 +26,11 @@ maintainers = [
2626
classifiers = [
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]"`

0 commit comments

Comments
 (0)