Skip to content

Commit 0cc9ee3

Browse files
committed
skip cp38
1 parent f478541 commit 0cc9ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
CMAKE_GENERATOR: "Visual Studio 18 2026"
6363
SQLite3_ROOT: "C:/vcpkg/installed/x64-windows"
64-
CIBW_SKIP: "*-win32"
64+
CIBW_SKIP: "*-win32 cp38-win*"
6565
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake delvewheel
6666
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
6767
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

Comments
 (0)