Skip to content

Commit

Permalink
Make: Use newer Python for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Jan 24, 2025
1 parent 372480a commit e922019
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Install Toolchain
run: |
python -m pip install cibuildwheel
Expand All @@ -238,7 +238,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Install Toolchain
run: |
python -m pip install cibuildwheel
Expand All @@ -262,7 +262,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Install Toolchain
run: |
python -m pip install cibuildwheel
Expand All @@ -285,7 +285,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Install Toolchain
run: |
python -m pip install cibuildwheel
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Setup MSVC
uses: microsoft/setup-msbuild@v2
with:
Expand All @@ -347,7 +347,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Install Toolchain
Expand Down

0 comments on commit e922019

Please sign in to comment.