Add ability to pin different dependencies for each python version

This commit is contained in:
Joe Rickerby
2020-02-02 17:30:27 +00:00
parent 076987cb7e
commit b9607ffae7
8 changed files with 94 additions and 24 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ subprocess.check_call([
'--generate-hashes',
'--upgrade',
'cibuildwheel/resources/constraints.in',
'--output-file', 'cibuildwheel/resources/constraints-python2.txt'
'--output-file', 'cibuildwheel/resources/constraints-python27.txt'
])
Image = namedtuple('Image', ['manylinux_version', 'arch'])