Reactivate python 3.13 in CI (#4761)

https://github.com/actions/setup-python/issues/888#issuecomment-2205466950
This commit is contained in:
konsti 2024-07-03 11:28:45 +02:00 committed by GitHub
parent 174414c5da
commit 42415997b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -949,8 +949,7 @@ jobs:
- uses: actions/setup-python@v5
with:
# TODO(konsti): https://github.com/actions/setup-python/issues/888
python-version: "3.13.0-beta.1"
python-version: "3.13"
allow-prereleases: true
cache: pip