mirror of https://github.com/astral-sh/uv
Reactivate python 3.13 in CI (#4761)
https://github.com/actions/setup-python/issues/888#issuecomment-2205466950
This commit is contained in:
parent
174414c5da
commit
42415997b1
|
|
@ -949,8 +949,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
# TODO(konsti): https://github.com/actions/setup-python/issues/888
|
python-version: "3.13"
|
||||||
python-version: "3.13.0-beta.1"
|
|
||||||
allow-prereleases: true
|
allow-prereleases: true
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue