Skip to content

Commit 9d0c7e2

Browse files
chore(main): release 3.57.1
1 parent fc93792 commit 9d0c7e2

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.57.0"
2+
".": "3.57.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-spanner/#history
66

7+
## [3.57.1](https://github.com/googleapis/python-spanner/compare/v3.57.0...v3.57.1) (2025-08-26)
8+
9+
10+
### Dependencies
11+
12+
* Remove Python 3.7 and 3.8 as supported runtimes ([#1395](https://github.com/googleapis/python-spanner/issues/1395)) ([fc93792](https://github.com/googleapis/python-spanner/commit/fc9379232224f56d29d2e36559a756c05a5478ff))
13+
714
## [3.57.0](https://github.com/googleapis/python-spanner/compare/v3.56.0...v3.57.0) (2025-08-14)
815

916

google/cloud/spanner_admin_database_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.57.0" # {x-release-please-version}
16+
__version__ = "3.57.1" # {x-release-please-version}

google/cloud/spanner_admin_instance_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.57.0" # {x-release-please-version}
16+
__version__ = "3.57.1" # {x-release-please-version}

google/cloud/spanner_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.57.0" # {x-release-please-version}
16+
__version__ = "3.57.1" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.spanner.admin.database.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-database",
11-
"version": "3.57.0"
11+
"version": "3.57.1"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.admin.instance.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner-admin-instance",
11-
"version": "3.57.0"
11+
"version": "3.57.1"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-spanner",
11-
"version": "3.57.0"
11+
"version": "3.57.1"
1212
},
1313
"snippets": [
1414
{

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
"License :: OSI Approved :: Apache Software License",
8787
"Programming Language :: Python",
8888
"Programming Language :: Python :: 3",
89+
"Programming Language :: Python :: 3.7",
90+
"Programming Language :: Python :: 3.8",
8991
"Programming Language :: Python :: 3.9",
9092
"Programming Language :: Python :: 3.10",
9193
"Programming Language :: Python :: 3.11",
@@ -97,7 +99,7 @@
9799
packages=packages,
98100
install_requires=dependencies,
99101
extras_require=extras,
100-
python_requires=">=3.9",
102+
python_requires=">=3.7",
101103
include_package_data=True,
102104
zip_safe=False,
103105
)

0 commit comments

Comments
 (0)