Skip to content

Commit

Permalink
fix: gh action maturin python version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq authored Aug 16, 2024
1 parent 73868ee commit f2ee0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
architecture: x64
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit f2ee0a9

Please sign in to comment.