-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop PyPy 3.8 in publish workflow (#206)
- Loading branch information
1 parent
01ff604
commit 9eb3654
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Build wheels - universal2 | ||
uses: PyO3/maturin-action@v1 | ||
with: | ||
args: --release --target universal2-apple-darwin --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 | ||
args: --release --target universal2-apple-darwin --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 | ||
- name: Test built wheel - universal2 | ||
run: | | ||
pip install pytest "pydantic>=2.5.2,<3" "anyio>=4.4.0,<5" "trio>=0.25.1,<0.26" "exceptiongroup; python_version<'3.11'" | ||
|
@@ -96,7 +96,7 @@ jobs: | |
rust-toolchain: stable | ||
target: ${{ matrix.target }} | ||
manylinux: auto | ||
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 | ||
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 | ||
- name: Test built wheel | ||
if: matrix.target == 'x86_64' | ||
run: | | ||
|
@@ -125,7 +125,7 @@ jobs: | |
rust-toolchain: stable | ||
target: ${{ matrix.target }} | ||
manylinux: auto | ||
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10 | ||
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 | ||
|
||
- uses: uraimo/[email protected] | ||
name: Test built wheel | ||
|