Skip to content

Commit

Permalink
Indicate sip 6.6.2+ is required when building with sip-build
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Aug 10, 2022
1 parent e220dab commit 969c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 969c2d1

Please sign in to comment.