Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "cloud-sql-python-connector"
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.9"
requires-python = ">=3.10"
readme = "README.md"
classifiers = [
# Should be one of:
Expand All @@ -33,11 +33,11 @@ classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: OS Independent",
]
dependencies = [
Expand Down Expand Up @@ -77,7 +77,7 @@ version = { attr = "google.cloud.sql.connector.version.__version__" }
include = ["google*"]

[tool.mypy]
python_version = "3.9"
python_version = "3.10"
namespace_packages = true
ignore_missing_imports = true
warn_unused_configs = true
Expand Down