Skip to content

Commit 7e67bf4

Browse files
committed
docs: update README with new wheel info
1 parent 2361517 commit 7e67bf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -186,19 +186,19 @@ platforms have wheels provided in boost-histogram:
186186

187187
| System | Arch | Python versions | PyPy versions |
188188
|---------|-----|------------------|--------------|
189-
| ManyLinux1 (custom GCC 9.2) | 32 & 64-bit | 3.6, 3.7, 3.8 | |
190-
| ManyLinux2010 | 32 & 64-bit | 3.6, 3.7, 3.8, 3.9 | 7.3: 3.6, 3.7 |
189+
| ManyLinux1 (custom GCC 9.2) | 32 & 64-bit | 3.7, 3.8 | |
190+
| ManyLinux2010 | 32 & 64-bit | 3.6, 3.7, 3.8, 3.9 | (64-bit) 7.3: 3.7 |
191191
| ManyLinux2014 | ARM64 | 3.6, 3.7, 3.8, 3.9 | |
192-
| macOS 10.9+ | 64-bit | 3.6, 3.7, 3.8, 3.9 | 7.3: 3.6, 3.7 |
193-
| macOS Universal2 | Arm64 | 3.9 | |
194-
| Windows | 32 & 64-bit | 3.6, 3.7, 3.8, 3.9 | (32 bit) 7.3: 3.6, 3.7 |
192+
| macOS 10.9+ | 64-bit | 3.6, 3.7, 3.8, 3.9 | 7.3: 3.7 |
193+
| macOS Universal2 | Arm64 | 3.8, 3.9 | |
194+
| Windows | 32 & 64-bit | 3.6, 3.7, 3.8, 3.9 | (64-bit) 7.3: 3.7 |
195195

196196

197197
* manylinux1: Using a custom docker container with GCC 9 to produce. Anything running Python 3.9 should be compatible with manylinux2010, so manylinux1 not provided for Python 3.9 (like NumPy).
198198
* manylinux2010: Requires pip 10+.
199-
* PyPy 7.3.x: Supported for both pypy3.6 and pypy3.7 variants on all platforms.
199+
* PyPy 7.3.x: Supports the officially supported pypy3.7 on all Intel platforms.
200200
* ARM on Linux is supported for newer Python versions via `manylinux2014`. PowerPC or IBM-Z available on request, or `manylinux_2_24`.
201-
* macOS Universal2 wheels for Apple Silicon and Intel provided for Python 3.9 (requires Pip 21.0.1).
201+
* macOS Universal2 wheels for Apple Silicon and Intel provided for Python 3.8+ (requires Pip 21.0.1 or newer).
202202

203203
If you are on a Linux system that is not part of the "many" in manylinux, such as Alpine or ClearLinux, building from source is usually fine, since the compilers on those systems are often quite new. It will just take longer to install when it is using the sdist instead of a wheel. All dependencies are header-only and included.
204204

0 commit comments

Comments
 (0)