Skip to content

Commit

Permalink
Merge pull request #1317 from roots/bump-version-tested-max
Browse files Browse the repository at this point in the history
Bump version_tested_max to 2.10.7
  • Loading branch information
swalkinshaw authored Oct 28, 2021
2 parents 66d6da5 + 65a9710 commit 71cdd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trellis/plugins/vars/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
display = Display()

version_requirement = '2.8.0'
version_tested_max = '2.9.10'
version_tested_max = '2.10.7'
python3_required_version = '2.5.3'

if version_info[0] == 3 and not ge(LooseVersion(__version__), LooseVersion(python3_required_version)):
Expand Down

0 comments on commit 71cdd98

Please sign in to comment.