Fix python3.13 on windows CI job by pinning older version (#4192)

See https://github.com/actions/setup-python/issues/888

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
konsti 2024-06-10 13:49:24 +02:00 committed by GitHub
parent 4125cb26b8
commit bbd961c251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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