Skip to content

Commit 14ed35c

Browse files
committed
Fix Python version in CI workflow
1 parent 9bcdbc1 commit 14ed35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: '3.12'
21+
python-version: '3.13'
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)