File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 CIBW_TEST_COMMAND : ' cd /d {project} && pip install --prefer-binary ".[${{ matrix.test_extra }}]" && python -m pytest tests'
248248 # Skip tests for Python 3.10 onwards because SciPy does not have
249249 # 32-bit wheels for Windows any more
250- CIBW_TEST_SKIP : " cp310-win32 cp311-win32 cp312-win32 cp313-win32"
250+ CIBW_TEST_SKIP : " cp310-win32 cp311-win32 cp312-win32 cp313-win32 cp314-win32 "
251251 IGRAPH_CMAKE_EXTRA_ARGS : -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_arch }}-windows-static-md -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -A ${{ matrix.cmake_arch }}
252252 IGRAPH_EXTRA_LIBRARY_PATH : C:/vcpkg/installed/${{ matrix.vcpkg_arch }}-windows-static-md/lib/
253253 IGRAPH_STATIC_EXTENSION : True
You can’t perform that action at this time.
0 commit comments