diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 02a68097..abb37bfb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -226,8 +226,6 @@ jobs: 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 7c09c67c..4479c37e 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", "cp36-macosx_x86_64", "cp37-macosx_x86_64", "cp38-macosx_x86_64"] +skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64"] test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" " [tool.cibuildwheel.linux]