diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6ef74f9b..02a68097 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -222,13 +222,12 @@ jobs: matrix: os: - macos-11 - - windows-2019 - #os: [macos-11, windows-latest, macOS-M1] - #os: [macos-11, macOS-M1] - #os: [macos-11] + #- windows-2019 pyversion: - "2.7" - "3.6" + - "3.7" + - "3.8" #- "pypy-3.7-v7.3.7" #- "pypy-3.8-v7.3.7" #- "pypy-3.9-v7.3.11" diff --git a/pyproject.toml b/pyproject.toml index 0bce1e8a..7c09c67c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["Cython>=3.0.9", "setuptools", "wheel"] [tool.cibuildwheel] build-verbosity = 2 environment = {LUPA_USE_BUNDLE = "true"} -skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2"] +skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64", "cp37-macosx_x86_64", "cp38-macosx_x86_64"] test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" " [tool.cibuildwheel.linux]