Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_version(version_file):
# It is also a good idea to go ahead and upgrade to version 10
# since version 9 is now EOL as of the end of November 2024:
# https://endoflife.date/ansible
"ansible>=10,<11",
"ansible>=10,<12",
"docopt",
"python-dateutil",
"schema",
Expand Down