summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-04-13 00:01:44 +0000
committerGitHub <noreply@github.com>2021-04-13 00:01:44 +0000
commitbf23b21e41c169c25d088a97d06d43b5595e02b1 (patch)
tree702e6f45ce4ddcc4ed23b19175481008d671b4c4 /README.md
parentccb00e70cd098d6500f422702a8a2e96a233f835 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5278e9..5889e57 100644
--- a/README.md
+++ b/README.md
@@ -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