Skip to content

Commit

Permalink
Bump version_tested_max to 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Oct 28, 2021
1 parent 66d6da5 commit 65a9710
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 65a9710

Please sign in to comment.