Skip to content

Commit ee79782

Browse files
ci(github-action): update dependency python (3.13.7 → 3.14.0) (#24)
| datasource | package | from | to | | --------------- | ----------------------- | ------ | ------ | | github-releases | actions/python-versions | 3.13.7 | 3.14.0 |
1 parent 2d53211 commit ee79782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 3.11
1717
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.14'
2020

2121
- name: Install uv package manager
2222
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6

0 commit comments

Comments
 (0)