Skip to content

Commit

Permalink
Update pyo3 dependency to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 8, 2022
2 parents 71d3f9d + 02c0630 commit 1419845
Show file tree
Hide file tree
Showing 28 changed files with 1,850 additions and 1,996 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
image: [pypywheels/manylinux2010-pypy_x86_64, quay.io/pypa/manylinux2014_aarch64]
python-version: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
env:
pyo3-python: /opt/python/${{ matrix.python-version }}/bin/python
steps:
Expand Down Expand Up @@ -45,7 +45,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.6
python-release: v3.6
python-impl: CPython
- python-version: 3.7
python-release: v3.7
python-impl: CPython
Expand All @@ -29,9 +26,6 @@ jobs:
- python-version: "3.10"
python-release: v3.10
python-impl: CPython
- python-version: pypy-3.6
python-release: v3.6
python-impl: PyPy
- python-version: pypy-3.7
python-release: v3.7
python-impl: PyPy
Expand All @@ -52,13 +46,12 @@ jobs:
run: python setup.py build_ext --inplace --debug
- name: Test Rust extension
run: python -m unittest discover -vv
if: ${{ matrix.python-release != 'v3.6' }}

test_linux_aarch64:
name: "Test (Linux, Aarch64)"
strategy:
matrix:
python-version: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -91,9 +84,6 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.6
python-release: v3.6
python-impl: CPython
- python-version: 3.7
python-release: v3.7
python-impl: CPython
Expand Down Expand Up @@ -126,7 +116,6 @@ jobs:
run: python setup.py build_ext --inplace --debug
- name: Test Rust extension
run: python -m unittest discover -vv
if: ${{ matrix.python-release != 'v3.6' }}

coverage:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 1419845

Please sign in to comment.