We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f478541 commit 0cc9ee3Copy full SHA for 0cc9ee3
1 file changed
.github/workflows/python_packages.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
CMAKE_GENERATOR: "Visual Studio 18 2026"
63
SQLite3_ROOT: "C:/vcpkg/installed/x64-windows"
64
- CIBW_SKIP: "*-win32"
+ CIBW_SKIP: "*-win32 cp38-win*"
65
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake delvewheel
66
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
67
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path C:/vcpkg/installed/x64-windows/bin --no-mangle-all -v -w {dest_dir} {wheel}"
0 commit comments