We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b608889 commit 69b4ff9Copy full SHA for 69b4ff9
.github/workflows/publish.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: docker/setup-qemu-action@v3
27
with:
28
platforms: 'arm64'
29
- - name: Set up Python
+ - name: Set up Python 3.13
30
uses: actions/setup-python@v4
31
32
- python-version: "3.10"
+ python-version: "3.13"
33
- name: Install dependencies (Linux)
34
if: runner.os == 'Linux'
35
run: |
.github/workflows/test.yml
@@ -20,10 +20,10 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
24
25
0 commit comments