Skip to content

Commit

Permalink
Updates pyproject.toml, adds testing-constraints-3.13.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Jan 15, 2025
1 parent 0212e03 commit 5ebe2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-backend = "setuptools.build_meta"
name = "google-cloud-bigquery"
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
license = { text = "Apache 2.0" }
requires-python = ">=3.7"
requires-python = ">=3.9"
description = "Google BigQuery API client library"
readme = "README.rst"
classifiers = [
Expand All @@ -33,12 +33,11 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"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",
"Operating System :: OS Independent",
"Topic :: Internet",
]
Expand Down Expand Up @@ -76,7 +75,6 @@ pandas = [
"pandas >= 1.1.0",
"pyarrow >= 3.0.0",
"db-dtypes >= 0.3.0, < 2.0.0dev",
"importlib_metadata >= 1.0.0; python_version < '3.8'",
]
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
Expand Down
Empty file added testing/constraints-3.13.txt
Empty file.

0 comments on commit 5ebe2ba

Please sign in to comment.