Skip to content

Commit

Permalink
Update docker image test to 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Nov 20, 2021
1 parent 47f3f4c commit fcf1418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_docker_images.py
Expand Up @@ -35,8 +35,8 @@ def test(tmp_path):
actual_wheels = utils.cibuildwheel_run(
project_dir,
add_env={
"CIBW_MANYLINUX_X86_64_IMAGE": "dockcross/manylinux2010-x64",
"CIBW_MANYLINUX_I686_IMAGE": "dockcross/manylinux2010-x86",
"CIBW_MANYLINUX_X86_64_IMAGE": "dockcross/manylinux2014-x64",
"CIBW_MANYLINUX_I686_IMAGE": "dockcross/manylinux2014-x86",
"CIBW_BUILD": "cp3{6,7,8,9}-manylinux*",
},
)
Expand Down

0 comments on commit fcf1418

Please sign in to comment.