diff options
| author | Árni Dagur <arni@dagur.eu> | 2021-04-13 00:01:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 00:01:44 +0000 |
| commit | bf23b21e41c169c25d088a97d06d43b5595e02b1 (patch) | |
| tree | 702e6f45ce4ddcc4ed23b19175481008d671b4c4 /README.md | |
| parent | ccb00e70cd098d6500f422702a8a2e96a233f835 (diff) | |
Improve GitHub actions workflow (#41)
* MacOS wheels should now support both x86_64 and ARM64.
* We now build ARM wheels for Linux.
* `abi3` is used to support multiple Python versions in a single wheel.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -14,7 +14,7 @@ maturin build --release | |||
| 14 | |------------------|----------|------------|-----| | 14 | |------------------|----------|------------|-----| |
| 15 | | Python | `>=3.6` | `python3` | - | | 15 | | Python | `>=3.6` | `python3` | - | |
| 16 | | Rust | `>=1.45` | `rust` | - | | 16 | | Rust | `>=1.45` | `rust` | - | |
| 17 | | Maturin | `*` | `maturin` | https://github.com/PyO3/maturin | | 17 | | Maturin | `>=0.10` | `maturin` | https://github.com/PyO3/maturin | |
| 18 | 18 | ||
| 19 | ### Developing | 19 | ### Developing |
| 20 | 20 | ||
