We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d3cf85 + 89ca4e1 commit 4fe81d0Copy full SHA for 4fe81d0
.github/workflows/push.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Python
37
uses: actions/setup-python@v5
38
with:
39
- python-version: "3.13"
+ python-version: "3.11"
40
- name: GCP authentication
41
uses: "google-github-actions/auth@v2"
42
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - Revert Python version to 3.11 in GitHub Actions workflow
0 commit comments