diff --git a/build.py b/build.py index 13970c84..97ec3ea8 100755 --- a/build.py +++ b/build.py @@ -1286,7 +1286,7 @@ def cmd_sip(options, args): # Write out a pyproject.toml to configure sip pyproject_toml = textwrap.dedent("""\ [build-system] - requires = ["sip >=5.5.0, <7"] + requires = ["sip >=6.6.2, <7"] build-backend = "sipbuild.api" [tool.sip.metadata]