Skip to content

Commit da118aa

Browse files
committed
ci: allow prerelease for python 3.15 in setup-python
1 parent 6d60f59 commit da118aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.15"
27+
allow-prereleases: true
2728
- name: Install nox
2829
run: |
2930
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)