Change Python version 3.13.0rc2 to 3.13.0-rc.2.

The value is taken from [the versions manifest](https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json).

PiperOrigin-RevId: 676012255
This commit is contained in:
jax authors 2024-09-18 09:03:55 -07:00
parent 442e8630de
commit e27f1e9b3a

View File

@ -17,7 +17,7 @@ jobs:
matrix:
os: [windows-2019-32core]
arch: [AMD64]
pyver: ['3.10', '3.11', '3.12', '3.13.0rc2']
pyver: ['3.10', '3.11', '3.12', '3.13.0-rc.2']
name: ${{ matrix.os }} ${{ matrix.pyver }} jaxlib wheel build
runs-on: ${{ matrix.os }}