Skip to content

Commit c6fcb95

Browse files
authored
Update Python version requirements to 3.10
1 parent 93066b1 commit c6fcb95

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44
description = "LangChain integrations for Google Cloud SQL for PostgreSQL"
55
readme = "README.rst"
66
license = {file = "LICENSE"}
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.10"
88
authors = [
99
{name = "Google LLC", email = "googleapis-packages@google.com"}
1010
]
@@ -13,7 +13,6 @@ dependencies = [
1313
"cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0",
1414
"numpy>=1.24.4, <3.0.0; python_version >= '3.11'",
1515
"numpy>=1.24.4, <=2.2.6; python_version == '3.10'",
16-
"numpy>=1.24.4, <=2.0.2; python_version <= '3.9'",
1716
"langchain-postgres>=0.0.16",
1817
]
1918

@@ -22,10 +21,10 @@ classifiers = [
2221
"License :: OSI Approved :: Apache Software License",
2322
"Programming Language :: Python",
2423
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.9",
2624
"Programming Language :: Python :: 3.10",
2725
"Programming Language :: Python :: 3.11",
2826
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2928
]
3029

3130
[tool.setuptools.dynamic]
@@ -43,8 +42,7 @@ langgraph = [
4342
]
4443
test = [
4544
"black[jupyter]==25.9.0",
46-
"isort==6.1.0; python_version == '3.9'",
47-
"isort==7.0.0; python_version >= '3.10'",
45+
"isort==7.0.0",
4846
"mypy==1.18.2",
4947
"pytest-asyncio==0.26.0",
5048
"pytest==8.4.2",
@@ -64,7 +62,7 @@ target-version = ['py39']
6462
profile = "black"
6563

6664
[tool.mypy]
67-
python_version = 3.9
65+
python_version = "3.10"
6866
warn_unused_configs = true
6967
disallow_incomplete_defs = true
7068

0 commit comments

Comments
 (0)