mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
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
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue