diff --git a/pyproject.toml b/pyproject.toml index a488932ff..0e9df3d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ test-command = [ "TESTSRC={package} python {package}/testdata/pymod/pya_tests.py" ] # Disable building PyPy wheels on all platforms -skip = "pp* cp36-* cp37-*" +skip = "pp* cp36-* cp37-* cp38-* cp39-*" [tool.cibuildwheel.linux] # beware: the before-all script does not persist environment variables!