Skip to content

Commit 4122d77

Browse files
joerickmayeut
authored andcommitted
Update docker image test to 2014
1 parent 3a31459 commit 4122d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_docker_images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def test(tmp_path):
3535
actual_wheels = utils.cibuildwheel_run(
3636
project_dir,
3737
add_env={
38-
"CIBW_MANYLINUX_X86_64_IMAGE": "dockcross/manylinux2010-x64",
39-
"CIBW_MANYLINUX_I686_IMAGE": "dockcross/manylinux2010-x86",
38+
"CIBW_MANYLINUX_X86_64_IMAGE": "dockcross/manylinux2014-x64",
39+
"CIBW_MANYLINUX_I686_IMAGE": "dockcross/manylinux2014-x86",
4040
"CIBW_BUILD": "cp3{6,7,8,9}-manylinux*",
4141
},
4242
)

0 commit comments

Comments
 (0)