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 7c2b022 commit 96d9a2eCopy full SHA for 96d9a2e
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- if: matrix.os == 'macos'
25
uses: actions/setup-python@v5
26
with:
27
- python-version: "3"
+ python-version: "3.13.3"
28
29
run: pip install setuptools
30
- run: npm ci
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments