X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0b62b9c9a44a995e44d64ecf7cc08d8d7037642d..14f60c84c84d6f872c09ec2171a873cac75f4c0f:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 3d81e8f..159907a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ build-verbosity = 1 # - 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-*"] +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.