We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e76c45 commit 609fac7Copy full SHA for 609fac7
.github/workflows/manylinux2010.yml
@@ -6,7 +6,7 @@ jobs:
6
container: quay.io/pypa/manylinux2010_x86_64
7
strategy:
8
matrix:
9
- python-abi: [cp35-cp35m, cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]
+ python-abi: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]
10
steps:
11
- uses: actions/checkout@v1
12
- name: Install build dependencies
0 commit comments