From c301c37807319ccb7a38fdc8560b9a3b1317c1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Mon, 11 Jan 2021 17:13:39 +0000 Subject: Update PyO3 to 0.13 --- .github/workflows/ci.yml | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7074d4..43e7e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,15 +40,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] os: [ubuntu-latest, macos-latest, windows-latest] - exclude: - # There is a known issue where Python C extensions - # can not be built on Python 3.5 on Windows. - # https://github.com/actions/virtual-environments/issues/34 - # Therefore, ujson can't be compiled and the build would fail. - - os: windows-latest - python-version: 3.5 steps: - name: Checkout @@ -79,28 +72,16 @@ jobs: run: poetry run maturin develop --release - name: Run Python tests - if: matrix.python-version != 3.5 run: poetry run pytest -vv --color=yes - - name: Run Python tests (skip typestub tests) - if: matrix.python-version == 3.5 - run: poetry run pytest -vv --color=yes --ignore=tests/test_typestubs.py - python-publish: needs: build runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] os: [ubuntu-latest, macos-latest, windows-latest] - exclude: - # There is a known issue where Python C extensions - # can not be built on Python 3.5 on Windows. - # https://github.com/actions/virtual-environments/issues/34 - # Therefore, ujson can't be compiled and the build would fail. - - os: windows-latest - python-version: 3.5 steps: - uses: actions/checkout@v1 @@ -109,7 +90,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v2 if: matrix.python-version == 3.9 with: python-version: '3.9.0-alpha - 3.9.0' -- cgit v1.2.3