Skip to content

Commit

Permalink
CI fix (#73)
Browse files Browse the repository at this point in the history
* update pybind to be compatible with fresh numpy 2.0

* Move to macos-12 since macos-11 is legacy from June
  • Loading branch information
anastasiia-kornilova authored Sep 5, 2024
1 parent 6000835 commit 496a10f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-2019]
os: [ubuntu-latest, macos-12, windows-2019]
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 1 addition & 2 deletions external/pybind11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.1
GIT_TAG v2.13.5
)

FetchContent_MakeAvailable(pybind11)
2 changes: 1 addition & 1 deletion mrobpy/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = Apache-2.0
license_files = LICENSE.md

[options]
python_requires = >= 3.6
python_requires = >= 3.7

[options.package_data]
* =
Expand Down

0 comments on commit 496a10f

Please sign in to comment.