We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212cae3 commit 62d0afdCopy full SHA for 62d0afd
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
with:
20
- python-version: '3.12'
+ python-version: '3.13'
21
22
- name: Install ruff
23
run: pip install ruff
.github/workflows/wheels.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: actions/setup-python@v5
29
30
- python-version: '3.11'
31
32
- name: Install cibuildwheel
33
run: python -m pip install cibuildwheel==2.23.1
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
- uses: docker/setup-qemu-action@v3
60
0 commit comments