Skip to content

Commit

Permalink
Update specifier set of supported Ignition distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 26, 2021
1 parent e32b8e1 commit f9785cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/bindings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def supported_versions_specifier_set() -> packaging.specifiers.SpecifierSet:
# 6.Y.Z.preK
# 6.Y.Z.postK
#
return packaging.specifiers.SpecifierSet("~=6.0.0.dev")
return packaging.specifiers.SpecifierSet(">=6.0.0.pre,<7.0.0.dev")


class InstallMode(Enum):
Expand Down

0 comments on commit f9785cc

Please sign in to comment.