X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/62dca32dc55a850f39d78ba8b9c21cc4261a2ddf..715f60c11bc12d8d6ffedded90c2b9a6a1b6a287:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 159907a..d246eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,8 +145,8 @@ build-verbosity = 1 # - Python: CPython 3.8+ only # - Architecture (64-bit only): amd64 / x86_64, universal2, and arm64 # - OS: Linux (no musl), Windows, and macOS -build = "cp3*-*" -skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "pp-*", "cp312-*"] +build = "cp3*" +skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "pp*", "cp312-*"] # This is the bare minimum needed to run the test suite. Pulling in the full # test_requirements.txt would download a bunch of other packages not necessary # here and would slow down the testing step a fair bit.