Merge pull request #17674 from hawkinsp:py312

PiperOrigin-RevId: 566813669
This commit is contained in:
jax authors 2023-09-19 18:56:45 -07:00
commit 5db71b877f

View File

@ -13,7 +13,7 @@ jobs:
matrix:
os: [win-2019-16core]
arch: [AMD64]
pyver: ['3.9', '3.10', '3.11']
pyver: ['3.9', '3.10', '3.11', '3.12.0-rc.3']
name: ${{ matrix.os }} ${{ matrix.pyver }} jaxlib wheel build
runs-on: ${{ matrix.os }}