Skip to content

Commit

Permalink
Update ci.py
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Rose, MSc <[email protected]>
  • Loading branch information
rjdbcm authored May 4, 2024
1 parent 4dfc574 commit 54917ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Build(Default):
backend: str = 'ozi_build.buildapi'
requires: Mapping[str, str] = field(
default_factory=lambda: {
'OZI.build': 'OZI.build==0.0.14',
'OZI.build': 'OZI.build>=0.0.15',
'meson': 'meson[ninja]>=1.1.0',
'pip-tools': 'pip-tools>=7',
'setuptools': 'setuptools>=64',
Expand Down

0 comments on commit 54917ec

Please sign in to comment.