| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a3bae9d commit c315943
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | 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 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | - name: Setup Python | |
| 29 | 29 | uses: actions/setup-python@v4 | |
| 30 | 30 | with: | |
| 31 | - python-version: "3.9" | ||
| 31 | + python-version: "3.10" | ||
| 32 | 32 | - name: Install nox | |
| 33 | 33 | run: | | |
| 34 | 34 | python -m pip install --upgrade setuptools pip wheel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -140,7 +140,7 @@ def docs(session): | |||
| 140 | 140 | ) | |
| 141 | 141 | ||
| 142 | 142 | ||
| 143 | - @nox.session(python="3.9") | ||
| 143 | + @nox.session(python="3.10") | ||
| 144 | 144 | def docfx(session): | |
| 145 | 145 | """Build the docfx yaml files for this library.""" | |
| 146 | 146 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments