Add ability to pin different dependencies for each python version
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user