X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0b62b9c9a44a995e44d64ecf7cc08d8d7037642d..947bd3825e5dc67f16f48f916462c4470b7a5247:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 3d81e8f..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-*"] +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.