Skip to content

Commit f091f16

Browse files
chore: Update Python version to 3.13 in compliance workflow (#335)
* Update Python version to 3.13 in compliance workflow Updates the Python version used in the matrix strategy for both the `compliance` and `compliance-prerelease` jobs in the `.github/workflows/compliance.yml` file from 3.12 to 3.13. * Update .github/workflows/compliance.yml * Update .github/workflows/compliance.yml --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 44a5aa2 commit f091f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.12']
11+
python: ['3.13']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python: ['3.12']
32+
python: ['3.13']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)