Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 684f801d authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

chore(deps): bump pypa/cibuildwheel from 2.3.1 to 2.4.0 (#27)

* chore(deps): bump pypa/cibuildwheel from 2.3.1 to 2.4.0

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.3.1...v2.4.0

)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* fix: bumping versions

* fix: minor touchups

* ci: bump to non-removed jobs

* ci: drop Windows conda for now

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>
parent 483d6cb4
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-2016, macos-latest]
python-version: ["3.6", "3.8"]
platform: [ubuntu-latest, macos-latest] # TODO: windows after 2016 doesn't config correctly
python-version: ["3.7", "3.9"]
runs-on: ${{ matrix.platform }}
......
......@@ -15,20 +15,15 @@ jobs:
fail-fast: false
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.6", "3.10", "pypy-3.7"]
python-version: ["3.6", "3.10", "pypy-3.8"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
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
run: pip install --verbose .[test]
......
......@@ -48,7 +48,7 @@ jobs:
with:
submodules: true
- uses: pypa/cibuildwheel@v2.3.1
- uses: pypa/cibuildwheel@v2.4.0
- name: Verify clean directory
run: git diff --exit-code
......
......@@ -138,3 +138,5 @@ dmypy.json
# Cython debug symbols
cython_debug/
_skbuild/
......@@ -19,7 +19,7 @@ ci:
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
......@@ -35,27 +35,27 @@ repos:
# Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.3.0
hooks:
- id: black
exclude: ^(docs)
# Sort your imports in a standard form
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
# Upgrade older Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.1.13
hooks:
- id: remove-tabs
exclude: ^(docs)
......
cmake_minimum_required(VERSION 3.15...3.19)
cmake_minimum_required(VERSION 3.15...3.22)
project(scikit_build_example VERSION "0.0.1")
......
[build-system]
requires = [
"setuptools>=42",
"wheel",
"pybind11>=2.9.0",
"pybind11>=2.9.2",
"cmake>=3.22",
"scikit-build>=0.13",
"scikit-build>=0.14",
]
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