Add Python 3.10, 3.11, 3.12 to win32 job matrix. (#5179)
* 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).
Showing
| ... | ... | @@ -11,5 +11,5 @@ numpy~=1.26.0; platform_python_implementation!="PyPy" and python_version>="3.11" |
| 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" | ||
| scipy~=1.11.1; platform_python_implementation!="PyPy" and python_version>="3.11" and python_version<"3.13" | ||
| 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' |
Please
register
or
sign in
to comment