From bf23b21e41c169c25d088a97d06d43b5595e02b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Tue, 13 Apr 2021 00:01:44 +0000 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 |------------------|----------|------------|-----| | Python | `>=3.6` | `python3` | - | | Rust | `>=1.45` | `rust` | - | -| Maturin | `*` | `maturin` | https://github.com/PyO3/maturin | +| Maturin | `>=0.10` | `maturin` | https://github.com/PyO3/maturin | ### Developing -- cgit v1.2.3