diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 24b007137..7cbbc9b0b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -35,10 +35,14 @@ jobs: git config user.email "<>" git --version - - name: Package Python 3.9 and earlier - if: matrix.os == 'ubuntu-latest' && matrix.pyver != '3.10' && matrix.pyver != '3.11' + - name: Package Python 3.8 and earlier + if: matrix.os == 'ubuntu-latest' && matrix.pyver != '3.9' && matrix.pyver != '3.10' && matrix.pyver != '3.11' run: docker run --rm -v ${{github.workspace}}/:/io ezralanglois/interop sh /io/tools/package.sh /io /io/dist travis OFF + - name: Package Python 3.9 + if: matrix.os == 'ubuntu-latest' && matrix.pyver == '3.9' + run: docker run --rm -v ${{github.workspace}}/:/io ezralanglois/interop_centos7 sh /io/tools/package.sh /io /io/dist travis OFF Release cp39-cp39 + - name: Package Python 3.10 if: matrix.os == 'ubuntu-latest' && matrix.pyver == '3.10' run: docker run --rm -v ${{github.workspace}}/:/io ezralanglois/interop_centos7 sh /io/tools/package.sh /io /io/dist travis OFF Release cp310-cp310 diff --git a/docs/src/changes.md b/docs/src/changes.md index 8e6429d80..8a1101f34 100644 --- a/docs/src/changes.md +++ b/docs/src/changes.md @@ -4,6 +4,7 @@ | Date | Description | |------------|-------------------------------------------------------------------| +| 2023-12-14 | Issue-333: Fix missing Python 3.9 wheel for manylinux | | 2023-12-10 | Issue-332: Improve documentation and remove old python 2 examples | ## v1.3.0