Switch to the stable Python 3.13 for CI

This commit is contained in:
Ivan Kravets
2024-10-13 21:46:22 +03:00
parent 33fadd028d
commit 3a57661230

View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.11", "3.12", "3.13.0-rc.2"]
python-version: ["3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}