Skip to content

Commit

Permalink
CICD: Bump host CPython version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Nov 25, 2024
1 parent 0ad33a4 commit 6e94a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nonvendored_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.22.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Cache OpenMP repo
if: matrix.os == 'macos-latest'
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- uses: actions/download-artifact@v4
with:
pattern: artifact-*
Expand All @@ -193,7 +193,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 6e94a6a

Please sign in to comment.