Skip to content

Commit

Permalink
fix: use dev version of FindPython
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 23, 2022
1 parent 948c375 commit dad26b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive

- uses: cygwin/cygwin-install-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion extern/cmake
Submodule cmake updated 2536 files
2 changes: 1 addition & 1 deletion src/scikit_build_core/settings/skbuild_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class WheelSettings:
class BackportSettings:
#: If CMake is less than this value, backport a copy of FindPython. Set
#: to 0 disable this, or the empty string.
find_python: str = "3.24"
find_python: str = "3.26"


@dataclasses.dataclass
Expand Down
1 change: 0 additions & 1 deletion tests/packages/simplest_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ project(
VERSION ${SKBUILD_PROJECT_VERSION})

find_package(Python COMPONENTS Interpreter Development.Module)
set(Python_SOABI ${SKBUILD_SOABI})

python_add_library(_module MODULE src/module.c WITH_SOABI)

Expand Down

0 comments on commit dad26b4

Please sign in to comment.