mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
Fix CI for docker-py 5.0.0 (#120)
* ci_complete * Let's see whether constraints help to avoid installing 5.0.0 with Python < 3.6.
This commit is contained in:
parent
30c00c4c26
commit
6722435e65
@ -51,3 +51,6 @@ mccabe == 0.6.1
|
||||
pylint == 2.3.1
|
||||
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
|
||||
wrapt == 1.11.1
|
||||
|
||||
# Restrict docker versions depending on Python version
|
||||
docker < 5.0.0 ; python_version <= '3.6'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user