Skip to content

Commit 69b4ff9

Browse files
committed
minor fix
1 parent b608889 commit 69b4ff9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: docker/setup-qemu-action@v3
2727
with:
2828
platforms: 'arm64'
29-
- name: Set up Python
29+
- name: Set up Python 3.13
3030
uses: actions/setup-python@v4
3131
with:
32-
python-version: "3.10"
32+
python-version: "3.13"
3333
- name: Install dependencies (Linux)
3434
if: runner.os == 'Linux'
3535
run: |

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Set up Python
23+
- name: Set up Python 3.13
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.13"
2727

2828
- name: Install dependencies (Linux)
2929
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)