From 6b2e5751844e7222a3be3c8cd6dccaf34e534d1e Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Tue, 23 Jan 2024 15:50:33 +0000 Subject: [PATCH] Issue #9 remove cp11 from manylinux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d59b05..8f85af1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64 with: - python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' + python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310' - name: upload manylinux if: matrix.os == 'ubuntu-latest'