mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ca385c8a45
* Make sure ruamel.yaml.clib 0.2.2 is used for Python 2.7. * Also add to unit tests requirements. * Don't install on Python 2.6. * Another constraints file.
2 lines
201 B
Text
2 lines
201 B
Text
setuptools < 45 ; python_version <= '2.7' # setuptools 45 and later require python 3.5 or later
|
|
ruamel.yaml.clib <= 0.2.2 ; python_version <= '2.7' # 0.2.4 require python 3.5 or later, 0.2.3 is yanked
|