Skip to content

Commit 4815fef

Browse files
authored
chore: require Python >= 3.8 in pyproject.toml
Require Python >=3.8 to avoid errors like https://github.com/googleapis/python-api-core/actions/runs/13315237206/job/37187501897?pr=790
1 parent 7fbd5fd commit 4815fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build-backend = "setuptools.build_meta"
2020
name = "google-api-core"
2121
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
2222
license = { text = "Apache 2.0" }
23-
requires-python = ">=3.7"
23+
requires-python = ">=3.8"
2424
readme = "README.rst"
2525
description = "Google API client core library"
2626
classifiers = [

0 commit comments

Comments
 (0)