Skip to content

Commit

Permalink
Removing 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Apr 15, 2024
1 parent f73d3a1 commit 6c2416e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
3.8
3.9
3.10
3.11
Expand All @@ -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
Expand Down Expand Up @@ -128,7 +127,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
3.8
3.9
3.10
3.11
Expand All @@ -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:
Expand Down Expand Up @@ -175,7 +173,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
3.8
3.9
3.10
3.11
Expand All @@ -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:
Expand Down

0 comments on commit 6c2416e

Please sign in to comment.