Skip to content

Commit

Permalink
Update macOS target to macOS 11 and remove python 3.7 (#422)
Browse files Browse the repository at this point in the history
Changed MACOSX_DEPLOYMENT_TARGET to macOS 11
Remove python 3.7
  • Loading branch information
emlowe authored Aug 24, 2023
2 parents 2e2a6c8 + 61d5de9 commit e283987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11']

steps:
- name: Checkout code
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Mac OS build C++ and test
if: startsWith(matrix.os, 'macos')
run: |
export MACOSX_DEPLOYMENT_TARGET=10.14
export MACOSX_DEPLOYMENT_TARGET=11
mkdir -p build
cd build
cmake ../
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
runs-on:
intel: [windows-latest]
python:
- major-dot-minor: '3.7'
cibw-build: 'cp37-*'
manylinux:
arm: manylinux2014
intel: manylinux2014
matrix: '3.7'
- major-dot-minor: '3.8'
cibw-build: 'cp38-*'
manylinux:
Expand Down

0 comments on commit e283987

Please sign in to comment.