Skip to content

Commit

Permalink
Explicit version range on setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 16, 2024
1 parent 02734fd commit a2a2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin_upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.13'
python-version: '3.9 - 3.13'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit a2a2915

Please sign in to comment.