Skip to content

Commit d549c95

Browse files
authored
Merge pull request #2901 from PolicyEngine/update-python313
Update py package
2 parents 8a7186e + bc9a4b8 commit d549c95

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
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.11"
39+
python-version: "3.13"
4040
- name: GCP authentication
4141
uses: "google-github-actions/auth@v2"
4242
with:
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Python
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: "3.11"
68+
python-version: "3.13"
6969
- name: Build changelog
7070
run: pip install yaml-changelog && make changelog
7171
- name: Preview changelog update
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Python
9090
uses: actions/setup-python@v5
9191
with:
92-
python-version: "3.11"
92+
python-version: "3.13"
9393
- name: Publish Git Tag
9494
run: ".github/publish-git-tag.sh"
9595
- name: GCP authentication

changelog_entry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- bump: patch
2+
changes:
3+
- Update python packages to 313

0 commit comments

Comments
 (0)