@@ -178,11 +178,11 @@ python3 -m pip install boost-histogram
178178```
179179
180180All the normal best-practices for Python apply; Pip should not be very old (Pip
181- 9 is very old), you should be in a virtual environment, etc. Python 3.8 + is
181+ 9 is very old), you should be in a virtual environment, etc. Python 3.9 + is
182182required; for older versions of Python (3.5 and 2.7), ` 0.13 ` will be installed
183183instead, which is API equivalent to 1.0, but will not be gaining new features.
1841841.3.x was the last series to support Python 3.6. 1.4.x was the last series to
185- support Python 3.7.
185+ support Python 3.7. 1.5.x was the last series to support Python 3.8.
186186
187187#### Binaries available:
188188
@@ -191,15 +191,15 @@ when you run the above command on a supported platform. Wheels are produced usin
191191[ cibuildwheel] ( https://cibuildwheel.readthedocs.io/en/stable/ ) ; all common
192192platforms have wheels provided in boost-histogram:
193193
194- | System | Arch | Python versions | PyPy versions |
195- | ----------------- | ------ | ----- ---------------------------------- | ------------- |
196- | manylinux2014 | 64-bit | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
197- | manylinux2014 | ARM64 | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
198- | musllinux_1_1 | 64-bit | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | |
199- | macOS 10.9+ Intel | 64-bit | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
200- | macOS 11+ AS | Arm64 | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
201- | Windows | 32-bit | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | |
202- | Windows | 64-bit | 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
194+ | System | Arch | Python versions | PyPy versions |
195+ | ------------- | ------ | ---------------------------------- | ------------- |
196+ | manylinux2014 | 64-bit | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
197+ | manylinux2014 | ARM64 | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
198+ | musllinux_1_1 | 64-bit | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | |
199+ | macOS | 64-bit | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
200+ | macOS | Arm64 | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
201+ | Windows | 32-bit | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | |
202+ | Windows | 64-bit | 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t | 3.9, 3.10 |
203203
204204PowerPC or IBM-Z wheels are not provided but are available on request.
205205
0 commit comments