Skip to content

Commit

Permalink
Merge pull request #415 from robotology/fix/gazebo_version
Browse files Browse the repository at this point in the history
Update specifier set of supported Ignition distribution
  • Loading branch information
diegoferigo authored Oct 26, 2021
2 parents faca7f1 + 860ced7 commit fa14f7f
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 fa14f7f

Please sign in to comment.