Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/workflows/regenerate-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
PANDOC_VERSION: 3.8.2
SYNTHTOOL_TEMPLATES: /home/runner/synthtool/synthtool/gcp/templates

steps:
- name: Checkout
Expand Down Expand Up @@ -41,6 +42,10 @@ jobs:
version=$(sed -n 's/^version: *//p' librarian.yaml)
go run "github.com/googleapis/librarian/cmd/librarian@${version}" install

- name: Clone Synthtool Templates
run: |
git clone --recurse-submodules --single-branch https://github.com/googleapis/synthtool.git /home/runner/synthtool

- name: Regenerate
run: |
version=$(sed -n 's/^version: *//p' librarian.yaml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,38 +607,7 @@ replacements:
Next Steps
count: 1

- paths: [
packages/google-cloud-spanner/README.rst
]
before: |
Supported Python Versions
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
Python\.

Python >= 3\.9, including 3\.14

\.\. _active: https://devguide\.python\.org/devcycle/#in-development-main-branch
\.\. _maintenance: https://devguide\.python\.org/devcycle/#maintenance-branches

Unsupported Python Versions
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
Python <= 3\.8
after: |
Supported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
Python.

Python >= 3.10, including 3.14

.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches

Unsupported Python Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Python <= 3.9
count: 1

# Note: noxfile.py is heavily customized so we clobber the whole file.
- paths: [
Expand Down
Loading