mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
Use the released version of Python 3.12 in the Windows wheel builds.
This commit is contained in:
parent
6c0924920e
commit
58cb0d9ede
2
.github/workflows/wheel_win_x64.yml
vendored
2
.github/workflows/wheel_win_x64.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
os: [win-2019-16core]
|
||||
arch: [AMD64]
|
||||
pyver: ['3.9', '3.10', '3.11', '3.12.0-rc.3']
|
||||
pyver: ['3.9', '3.10', '3.11', '3.12']
|
||||
name: ${{ matrix.os }} ${{ matrix.pyver }} jaxlib wheel build
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user