diff --git a/pyproject.toml b/pyproject.toml index 1d26c6c89..8d7f6eb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build = "*" -skip = "pp* cp38* cp39* *-win32 *i686*" +skip = "cp39* *-win32 *i686* cp3??t-*" test-skip = "" archs = ["native"]