Skip to content

Commit 8a63a2f

Browse files
committed
downgrading ci python to 3.13
1 parent 559bd0c commit 8a63a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- uses: actions/setup-python@v5
7171
with:
72-
python-version: '3.14'
72+
python-version: '3.13'
7373

7474
# - name: Install LLVM and Clang
7575
# uses: KyleMayes/install-llvm-action@v2

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: setup python
8888
uses: actions/setup-python@v5
8989
with:
90-
python-version: '3.14'
90+
python-version: '3.13'
9191

9292
# make sure meson can find msvc
9393
- uses: TheMrMilchmann/setup-msvc-dev@v2

0 commit comments

Comments
 (0)