Use Stable Python 3.13 Release in Test Suite (#4535)

This commit is contained in:
Bibo-Joshi 2024-10-24 20:03:16 +02:00 committed by GitHub
parent efacc3dd1b
commit 847b97f86e
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.2']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: False
steps: