Skip to content

Commit

Permalink
allow 3.13 prereleases in build-pgo job
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 25, 2024
1 parent a9e57b3 commit 4eda44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.interpreter }}
allow-prereleases: true

- name: install rust stable
id: rust-toolchain
Expand Down

0 comments on commit 4eda44d

Please sign in to comment.