forked from GitHub/gf-core
try python 3.10 as minimal version
This commit is contained in:
13
.github/workflows/build-majestic.yml
vendored
13
.github/workflows/build-majestic.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
|||||||
|
|
||||||
macos-runtime:
|
macos-runtime:
|
||||||
name: Runtime (macOS)
|
name: Runtime (macOS)
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
|
|
||||||
macos-haskell:
|
macos-haskell:
|
||||||
name: Haskell (macOS)
|
name: Haskell (macOS)
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-11
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -194,13 +194,12 @@ jobs:
|
|||||||
|
|
||||||
macos-python:
|
macos-python:
|
||||||
name: Python (macOS)
|
name: Python (macOS)
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-11
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
env:
|
env:
|
||||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||||
EXTRA_LIB_DIRS: /usr/local/lib
|
EXTRA_LIB_DIRS: /usr/local/lib
|
||||||
MACOSX_DEPLOYMENT_TARGET: 12.0
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
@@ -219,7 +218,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: pytest
|
CIBW_TEST_REQUIRES: pytest
|
||||||
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
||||||
CIBW_SKIP: "pp* cp36*"
|
CIBW_SKIP: "pp* cp36* cp37* cp38* cp39*"
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
@@ -230,7 +229,7 @@ jobs:
|
|||||||
|
|
||||||
# macos-javascript:
|
# macos-javascript:
|
||||||
# name: JavaScript (macOS)
|
# name: JavaScript (macOS)
|
||||||
# runs-on: macOS-latest
|
# runs-on: macOS-11
|
||||||
# needs: macos-runtime
|
# needs: macos-runtime
|
||||||
#
|
#
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user