diff --git a/.github/workflows/_release_python.yml b/.github/workflows/_release_python.yml index 305c63d730..eecfbdf7e1 100644 --- a/.github/workflows/_release_python.yml +++ b/.github/workflows/_release_python.yml @@ -42,7 +42,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: | - 3.8 3.9 3.10 3.11 @@ -53,7 +52,7 @@ jobs: working-directory: ./python command: build target: ${{ matrix.target }} - args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12 + args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 manylinux: 2_28 before-script-linux: | if [[ -f /etc/os-release ]]; then @@ -128,7 +127,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: | - 3.8 3.9 3.10 3.11 @@ -140,7 +138,7 @@ jobs: working-directory: ./python command: build target: ${{ matrix.target }} - args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12 + args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 - name: Upload wheels to gh artifact uses: actions/upload-artifact@v3 with: @@ -175,7 +173,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: | - 3.8 3.9 3.10 3.11 @@ -186,7 +183,7 @@ jobs: working-directory: ./python command: build target: ${{ matrix.target }} - args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12 + args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 - name: Upload wheels to gh artifact uses: actions/upload-artifact@v3 with: