mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-30 08:57:11 +00:00
5552cbf205
* Add Python 3.10, 3.11, 3.12 to win32 job matrix. * Quotes around Python version numbers (win32 job). * tests/requirements.txt: no scipy for Python >= 3.10 under win32 * Try running `cmake --build . --target cpptest` on all platforms (`standard` job).
16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
--only-binary=:all:
|
|
build~=0.9; python_version=="3.6"
|
|
build~=1.0; python_version>="3.7"
|
|
numpy~=1.20.0; python_version=="3.7" and platform_python_implementation=="PyPy"
|
|
numpy~=1.23.0; python_version=="3.8" and platform_python_implementation=="PyPy"
|
|
numpy~=1.25.0; python_version=="3.9" and platform_python_implementation=='PyPy'
|
|
numpy~=1.19.3; platform_python_implementation!="PyPy" and python_version=="3.6"
|
|
numpy~=1.21.5; platform_python_implementation!="PyPy" and python_version>="3.7" and python_version<"3.10"
|
|
numpy~=1.22.2; platform_python_implementation!="PyPy" and python_version=="3.10"
|
|
numpy~=1.26.0; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13"
|
|
pytest~=7.0
|
|
pytest-timeout
|
|
scipy~=1.5.4; platform_python_implementation!="PyPy" and python_version<"3.10"
|
|
scipy~=1.8.0; platform_python_implementation!="PyPy" and python_version=="3.10" and sys_platform!='win32'
|
|
scipy~=1.11.1; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13" and sys_platform!='win32'
|