From 969c2d163564e9fef569ee05b748a35fe9fca4e9 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 10 Aug 2022 11:01:38 -0400 Subject: [PATCH] Indicate sip 6.6.2+ is required when building with sip-build --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]