Skip to content

Commit c96e5f1

Browse files
committed
Try fix python 3.13 install issue on MacOs
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
1 parent cfa69ea commit c96e5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs: [build_wheels]
9898
strategy:
9999
matrix:
100-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
100+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0']
101101
runs-on: macos-14
102102
steps:
103103
- name: add pyenv to path
@@ -106,6 +106,7 @@ jobs:
106106
- name: install dependencies
107107
run: |
108108
brew install pyenv
109+
brew upgrade pyenv
109110
pyenv install ${{ matrix.python-version }}
110111
- uses: actions/download-artifact@v4
111112
with:

0 commit comments

Comments
 (0)