Skip to content

Commit b60e5aa

Browse files
committed
fix(github actions): use python 3.13 and setup-python@v5
1 parent 401f1c9 commit b60e5aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
id-token: write
1919
steps:
2020
- uses: actions/checkout@master
21-
- name: Set up Python 3.9
22-
uses: actions/setup-python@v1
21+
- name: Set up Python 3.13
22+
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.9
24+
python-version: 3.13
2525

2626
- name: Install pypa/build
2727
run: >-

0 commit comments

Comments
 (0)