Skip to content

Commit

Permalink
ci: test pypy 3.9 (pybind#3789)
Browse files Browse the repository at this point in the history
* ci: test pypy 3.9

* ci: try a use of FindPython with PyPy
  • Loading branch information
henryiii authored Mar 25, 2022
1 parent 146695a commit 461937d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '3.10'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'

# Items in here will either be added to the build matrix (if not
# present), or add new keys to an existing matrix element if all the
Expand All @@ -45,6 +46,10 @@ jobs:
args: >
-DPYBIND11_FINDPYTHON=ON
-DCMAKE_CXX_FLAGS="-D_=1"
- runs-on: ubuntu-latest
python: 'pypy-3.9'
args: >
-DPYBIND11_FINDPYTHON=ON
- runs-on: windows-2019
python: '3.6'
args: >
Expand Down

0 comments on commit 461937d

Please sign in to comment.