Skip to content

Commit cc774d1

Browse files
chore: update docfx minimum Python version (#495)
* chore: update docfx minimum Python version Source-Link: googleapis/synthtool@bc07fd4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0 * update replacement in owlbot.py * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 9d94e2a commit cc774d1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: "3.9"
31+
python-version: "3.10"
3232
- name: Install nox
3333
run: |
3434
python -m pip install --upgrade setuptools pip wheel

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def doctests(session):
335335
session.run("py.test", "tests/doctests.py")
336336

337337

338-
@nox.session(python="3.9")
338+
@nox.session(python="3.10")
339339
def docfx(session):
340340
"""Build the docfx yaml files for this library."""
341341

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def system(session, disable_grpc):
183183
assert 1 == s.replace(
184184
"noxfile.py",
185185
r"""\
186-
@nox.session\(python="3.9"\)
186+
@nox.session\(python="3.10"\)
187187
def docfx\(session\):
188188
""",
189189
"""\
@@ -198,7 +198,7 @@ def doctests(session):
198198
session.run("py.test", "tests/doctests.py")
199199
200200
201-
@nox.session(python="3.9")
201+
@nox.session(python="3.10")
202202
def docfx(session):
203203
""",
204204
)

0 commit comments

Comments
 (0)