We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4adc25 commit d2af09bCopy full SHA for d2af09b
.github/workflows/ci-macos.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout code
44
uses: actions/checkout@v4
45
46
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
47
with:
48
python-version: "3.13"
49
.github/workflows/dist.yml
@@ -211,7 +211,7 @@ jobs:
211
name: dist
212
path: dist
213
214
215
# As of 2024-02-03, the macOS M1 runners do not have preinstalled python or pipx.
216
# Installing pipx follows the approach of https://github.com/pypa/cibuildwheel/pull/1743
217
id: python
0 commit comments