We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff860 commit e756221Copy full SHA for e756221
1 file changed
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
publish:
71
runs-on: ubuntu-latest
72
needs: [build]
73
- container: quay.io/pypa/manylinux_2_24_x86_64
+ container: quay.io/pypa/manylinux2014_x86_64
74
strategy:
75
matrix:
76
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
0 commit comments