@@ -41,22 +41,16 @@ System Arch Python versions
4141=========================== =========== =======================
4242ManyLinux1 (custom GCC 9.2) 64 & 32-bit 2.7, 3.5, 3.6, 3.7, 3.8
4343ManyLinux2010 64-bit 2.7, 3.5, 3.6, 3.7, 3.8
44- macOS 10.9+ 64-bit 2.7, 3.6, 3.7, 3.8
45- Windows 64 & 32-bit 2.7, 3.6, 3.7, 3.8
44+ macOS 10.9+ 64-bit 2.7, 3.5, 3. 6, 3.7, 3.8
45+ Windows 64 & 32-bit 2.7, 3.5, 3. 6, 3.7, 3.8
4646=========================== =========== =======================
4747
48- - Linux: I’m not supporting 3.4 because I have to build the Numpy
49- wheels to do so.
5048- manylinux1: Using a custom docker container with GCC 9.2; should work
51- but can’ t be called directly other compiled extensions unless they do
49+ but can' t be called directly other compiled extensions unless they do
5250 the same thing (think that’s the main caveat). Supporting 32 bits
5351 because it’s there.
5452- manylinux2010: Requires pip 10+ and a version of Linux newer than
55- 2010. This is very new technology.
56- - MacOS: Uses the dedicated 64 bit 10.9+ Python.org builds. We are not
57- supporting 3.5 because those no longer provide binaries (could add a
58- 32+64 fat 10.6+ that really was 10.9+, but not worth it unless there
59- is a need for it).
53+ 2010.
6054- Windows: PyBind11 requires compilation with a newer copy of Visual
6155 Studio than Python 2.7’s Visual Studio 2008; you need to have the
6256 `Visual Studio 2015
0 commit comments