mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
Restrict docker to < 5.0.0 for Python < 3.6. (#2196)
This commit is contained in:
parent
f534ecbd2c
commit
83370ee97d
1 changed files with 3 additions and 0 deletions
|
@ -52,3 +52,6 @@ mccabe == 0.6.1
|
||||||
pylint == 2.3.1
|
pylint == 2.3.1
|
||||||
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
|
typed-ast == 1.4.0 # 1.4.0 is required to compile on Python 3.8
|
||||||
wrapt == 1.11.1
|
wrapt == 1.11.1
|
||||||
|
|
||||||
|
# Restrict docker versions depending on Python version
|
||||||
|
docker < 5.0.0 ; python_version <= '3.6'
|
||||||
|
|
Loading…
Add table
Reference in a new issue