Skip to content

Commit 76cc663

Browse files
chore(deps): update dependency python to 3.14
| datasource | package | from | to | | --------------- | ----------------------- | ------- | ------ | | github-releases | actions/python-versions | 3.10.18 | 3.14.0 |
1 parent 8a9f070 commit 76cc663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.14"
2424

2525
- name: Install Poetry
2626
uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2

.github/workflows/rigging_pr_description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.14"
2424

2525
- name: Install uv
2626
run: |

0 commit comments

Comments
 (0)