Skip to content

Commit 0262663

Browse files
committed
Bumped version to 0.9.0
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 11ca270 commit 0262663

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: PyO3/maturin-action@v1
2626
with:
2727
target: ${{ matrix.target }}
28-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
28+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
2929
sccache: 'true'
3030
manylinux: auto
3131
before-script-linux: |
@@ -70,7 +70,7 @@ jobs:
7070
uses: PyO3/maturin-action@v1
7171
with:
7272
target: ${{ matrix.target }}
73-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
73+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13
7474
sccache: 'true'
7575
- name: Upload wheels
7676
uses: actions/upload-artifact@v3
@@ -110,7 +110,7 @@ jobs:
110110
uses: PyO3/maturin-action@v1
111111
with:
112112
target: ${{ matrix.target }}
113-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
113+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
114114
sccache: 'true'
115115
- name: Upload wheels
116116
uses: actions/upload-artifact@v3
@@ -164,7 +164,7 @@ jobs:
164164
uses: messense/maturin-action@v1
165165
with:
166166
target: ${{ matrix.target }}
167-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
167+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
168168
manylinux: musllinux_1_2
169169
- name: Upload wheels
170170
uses: actions/upload-artifact@v3

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: ${{matrix.job.os}}-${{matrix.py_version}}
3636
strategy:
3737
matrix:
38-
py_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
38+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3939
job:
4040
- os: ubuntu-latest
4141
ssl_cmd: sudo apt-get update && sudo apt-get install libssl-dev openssl

0 commit comments

Comments
 (0)