Skip to content

Commit

Permalink
BLD: use updated python [wheel build][skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Aug 22, 2022
1 parent 135dd55 commit 60d2a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- [macos-12, macosx, arm64]
- [windows-2019, win, AMD64]

python: [["cp38", "3.8"], ["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11-dev"]]
python: [["cp38", "3.8"], ["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11.0-alpha - 3.11.0"]]
# python[0] is used to specify the python versions made by cibuildwheel
# python[1] is installed by actions/setup-python for the separate
# macosx_arm64 build. Once cibuildwheel can do the macosx_arm64 cross build
Expand All @@ -99,7 +99,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python[1]}}

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
# shell: bash
# env:
# SCIPY_STAGING_UPLOAD_TOKEN: ${{ secrets.SCIPY_STAGING_UPLOAD_TOKEN }}
# SCIPY_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.SCIPY_STAGING_UPLOAD_TOKEN }}
# SCIPY_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.SCIPY_NIGHTLY_UPLOAD_TOKEN }}
# run: |
# source tools/wheels/upload_wheels.sh
# set_upload_vars
Expand Down
2 changes: 1 addition & 1 deletion scipy/sparse/linalg/_propack/PROPACK
Submodule PROPACK updated 1 files
+2 −0 complex8/clanbpro.F

0 comments on commit 60d2a3f

Please sign in to comment.