We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e2c06 commit 56d7dcdCopy full SHA for 56d7dcd
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
matrix:
55
# List of the language-implementation API pairs to publish wheels for
56
# The list of supported is obtainable by running `docker run quay.io/pypa/manylinux2014_x86_64 ls /opt/python`
57
- PYTHON_IMPLEMENTATION_ABI: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
+ PYTHON_IMPLEMENTATION_ABI: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
58
runs-on: ubuntu-latest
59
container: quay.io/pypa/manylinux2014_x86_64 # Builds wheels on CentOS 7 (supported until 2024)
60
env:
0 commit comments