Update Python 3.13 Test Suite to RC2 (#4471)

This commit is contained in:
Harshil 2024-09-13 13:32:22 -04:00 committed by GitHub
parent ec909e62cf
commit b3155b2e55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.2']
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: False
steps: