Use the released version of Python 3.12 in the Windows wheel builds.

This commit is contained in:
Peter Hawkins 2023-10-03 21:51:37 -04:00
parent 6c0924920e
commit 58cb0d9ede

View File

@ -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 }}