Update Python 3.13 Test Suite to RC1 (#4415)

This commit is contained in:
Harshil 2024-08-13 11:58:08 -04:00 committed by GitHub
parent 374875c786
commit 3017bf00a4
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-beta.3']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: False
steps: