-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
404 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
- os: ubuntu-20.04 | ||
python-version: 3.8 | ||
- os: macos-latest | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
- os: windows-2019 | ||
python-version: 3.6 | ||
|
||
|
@@ -74,8 +74,8 @@ jobs: | |
- name: dependencies (MacOS) | ||
if: runner.os == 'macOS' | ||
run: | | ||
brew install boost-build boost boost-python3 python@3.11 [email protected] | ||
export PATH=$(brew --prefix)/opt/python@3.11/bin:$PATH | ||
brew install boost-build boost boost-python3 python@3.12 [email protected] | ||
export PATH=$(brew --prefix)/opt/python@3.12/bin:$PATH | ||
- name: update package lists (linux) | ||
if: runner.os == 'Linux' | ||
|
@@ -148,5 +148,5 @@ jobs: | |
run: | | ||
# Exporting SYSTEM_VERSION_COMPAT=0 helps pip allow install macos 11 tagged wheels. Ref https://github.com/pypa/packaging/issues/497 | ||
export SYSTEM_VERSION_COMPAT=0 | ||
export PYTHON_INTERPRETER=$(brew --prefix)/opt/python@3.11/bin/python3 | ||
export PYTHON_INTERPRETER=$(brew --prefix)/opt/python@3.12/bin/python3 | ||
tox -e py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.