Skip to content

Commit

Permalink
chore(tests): manylinux2014 now uses devtoolset-10 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 1, 2021
1 parent b0762a9 commit b2ea792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
DEVTOOLSET = {
'manylinux_2_5': 'devtoolset-2',
'manylinux_2_12': 'devtoolset-8',
'manylinux_2_17': 'devtoolset-9',
'manylinux_2_17': 'devtoolset-10',
'manylinux_2_24': 'devtoolset-not-present',
}
PATH_DIRS = [
Expand Down

0 comments on commit b2ea792

Please sign in to comment.