Skip to content

Commit

Permalink
Merge branch 'RC_2_0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 13, 2024
2 parents 603e04c + 76dd5b4 commit 79d0485
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 243 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
- name: dependencies (MacOS)
if: runner.os == 'macOS'
run: |
brew install boost-build boost boost-python3 python@3.11 openssl@1.1
export PATH=$(brew --prefix)/opt/python@3.11/bin:$PATH
brew install boost-build boost boost-python3 python@3.12 openssl@1.1
export PATH=$(brew --prefix)/opt/python@3.12/bin:$PATH
- name: update package lists (linux)
if: runner.os == 'Linux'
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
static: 0
platform: x64

- name: tests (deterministic)
Expand Down
Loading

0 comments on commit 79d0485

Please sign in to comment.