diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 08908ad..d2840dd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-python@v4 name: Install Python with: - python-version: '3.8' + python-version: '3.10' - name: Prepare compiler environment for Windows if: runner.os == 'Windows' @@ -74,7 +74,7 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install cibuildwheel==2.8.1 + python -m pip install cibuildwheel==2.11.2 - name: Prepare cibuildwheel environment for macOS if: runner.os == 'macOS' diff --git a/pyproject.toml b/pyproject.toml index 1ce79ed..fa1d85c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,10 @@ requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11", build-backend = "setuptools.build_meta" -[tool.isort] -profile = "black" - -[tool.pytest.ini_options] -norecursedirs = [ "ext" ] - [tool.cibuildwheel] test-command = "python -c \"import fastsweep\"" test-requires = "pytest numpy drjit" -skip = "*-musllinux* pp* cp36-* cp37-* cp311-* *-win32 *_i686 cp38-macosx_arm64" +skip = "*-musllinux* pp* cp36-* cp37-* *-win32 *_i686 cp38-macosx_arm64" [tool.cibuildwheel.linux] repair-wheel-command = "python3 .github/workflows/tag_wheel_manylinux.py {wheel} {dest_dir}"