@@ -4,7 +4,7 @@ dynamic = ["version"]
44description = " LlamaIndex integrations for Google Cloud SQL for PostgreSQL"
55readme = " README.rst"
66license = {file = " LICENSE" }
7- requires-python = " >=3.9 "
7+ requires-python = " >=3.10 "
88authors = [
99 {
name =
" Google LLC" ,
email =
" [email protected] " }
1010]
@@ -21,10 +21,10 @@ classifiers = [
2121 " License :: OSI Approved :: Apache Software License" ,
2222 " Programming Language :: Python" ,
2323 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2828]
2929
3030[tool .setuptools .dynamic ]
@@ -39,8 +39,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
3939[project .optional-dependencies ]
4040test = [
4141 " black[jupyter]==25.9.0" ,
42- " isort==6.1.0; python_version == '3.9'" ,
43- " isort==7.0.0; python_version >= '3.10'" ,
42+ " isort==7.0.0" ,
4443 " mypy==1.18.2" ,
4544 " pytest-asyncio==1.2.0" ,
4645 " pytest==8.4.2" ,
@@ -55,13 +54,13 @@ build-backend = "setuptools.build_meta"
5554asyncio_default_fixture_loop_scope = " class"
5655
5756[tool .black ]
58- target-version = [' py39 ' ]
57+ target-version = [' py310 ' ]
5958
6059[tool .isort ]
6160profile = " black"
6261
6362[tool .mypy ]
64- python_version = 3.9
63+ python_version = 3.10
6564warn_unused_configs = true
6665disallow_incomplete_defs = true
6766
0 commit comments