Skip to content

Commit 64c62f9

Browse files
chore: update docfx minimum Python version (#921)
Source-Link: googleapis/synthtool@bc07fd4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e2d763d commit 64c62f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sqlalchemy-bigquery/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
17-
# created: 2023-10-18T20:26:37.410353675Z
16+
digest: sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0
17+
# created: 2023-11-03T00:57:07.335914631Z

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def docs(session):
439439
)
440440

441441

442-
@nox.session(python="3.9")
442+
@nox.session(python="3.10")
443443
def docfx(session):
444444
"""Build the docfx yaml files for this library."""
445445

0 commit comments

Comments
 (0)