mirror of https://github.com/astral-sh/uv
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:
parent
4125cb26b8
commit
bbd961c251
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue