Use final version of Python 3.13 (#9556)

Final version of Python 3.13 has been released and is now also available on GitHub actions.
This commit is contained in:
Oliver Sauder 2024-10-10 02:39:36 +04:00 committed by GitHub
parent 81613c0e51
commit 10b25e7d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- '3.10' - '3.10'
- '3.11' - '3.11'
- '3.12' - '3.12'
- '3.13-dev' - '3.13'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4