Skip to content

Commit

Permalink
python 3.9 on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Mar 10, 2022
1 parent 0cb74cc commit 27dadbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
manylinux: auto
command: build
args: --release -o dist
args: --release -o dist -i python3.9
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing *
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Drag your shape with the mouse and observe a `momentum` based center in grey and
Requirements:

- Rust Toolchain
- Python >=3.6
- Python >=3.7

In a `venv` or conda `env`:
```
Expand Down

0 comments on commit 27dadbb

Please sign in to comment.