Skip to content

Commit 4fe81d0

Browse files
authored
Merge pull request #2900 from PolicyEngine/revert-2899-upgrade-python-3.13-1
Revert "Update Python version in GitHub Actions workflow"
2 parents 1d3cf85 + 89ca4e1 commit 4fe81d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.13"
39+
python-version: "3.11"
4040
- name: GCP authentication
4141
uses: "google-github-actions/auth@v2"
4242
with:

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)