From 6c2416ecff52a62f3a68cf3b192dfbb2f10dc4d8 Mon Sep 17 00:00:00 2001 From: miratepuffin Date: Tue, 16 Apr 2024 00:18:04 +0100 Subject: [PATCH] Removing 3.8 --- .github/workflows/_release_python.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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: