Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 483d6cb4 authored by Henry Schreiner's avatar Henry Schreiner Committed by GitHub
Browse files

chore: bump to scikit-build 0.13 (#26)

* chore: bump to scikit-build 0.13

* feat: include pypy

* Update pip.yml
parent 4d35ada6
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,12 @@ on: ...@@ -10,13 +10,12 @@ on:
jobs: jobs:
build: build:
name: Build with Pip name: Build with Pip
runs-on: ${{ matrix.platform }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [windows-latest, macos-latest, ubuntu-latest] platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.6", "3.10"] python-version: ["3.6", "3.10", "pypy-3.7"]
runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
...@@ -25,6 +24,11 @@ jobs: ...@@ -25,6 +24,11 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Set min macOS version
if: matrix.python-version == 'pypy-3.7' && runner.os == 'macOS'
run: |
echo "MACOS_DEPLOYMENT_TARGET=10.9" >> $GITHUB_ENV
- name: Build and install - name: Build and install
run: pip install --verbose .[test] run: pip install --verbose .[test]
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
requires = [ requires = [
"setuptools>=42", "setuptools>=42",
"wheel", "wheel",
"pybind11>=2.8.0", "pybind11>=2.9.0",
"cmake>=3.21", "cmake>=3.22",
"scikit-build>=0.12", "scikit-build>=0.13",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment