diff --git a/pyproject.toml b/pyproject.toml index 67bbab74a..c32effd63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,9 @@ build-verbosity = 1 [tool.cibuildwheel.linux] repair-wheel-command = "auditwheel --verbose repair -w {dest_dir} {wheel} --plat manylinux_2_34_x86_64" +[tool.cibuildwheel.windows] +skip = ["cp313-*"] + #Flake8 [tool.flake8] max-line-length = 109