We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b78f44 commit 43b6f6cCopy full SHA for 43b6f6c
.github/workflows/ci-mac.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- uses: actions/setup-python@v3
71
with:
72
- python-version: '3.12'
+ python-version: '3.13'
73
74
# - name: Install LLVM and Clang
75
# uses: KyleMayes/install-llvm-action@v2
.github/workflows/ci-windows.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: setup python
88
uses: actions/setup-python@v3
89
90
91
92
# make sure meson can find msvc
93
- uses: TheMrMilchmann/setup-msvc-dev@v2
0 commit comments