Skip to content

Commit

Permalink
setup-python: allow prereleases (3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Oct 6, 2024
1 parent 644ebc9 commit 681068c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

- uses: actions/setup-python@v5
with:
allow-prereleases: true
python-version: |
'3.13-dev'
'3.13'
'3.12'
'3.11'
'3.10'
Expand Down

0 comments on commit 681068c

Please sign in to comment.