Skip to content

Commit 461937d

Browse files
authored
ci: test pypy 3.9 (#3789)
* ci: test pypy 3.9 * ci: try a use of FindPython with PyPy
1 parent 146695a commit 461937d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- '3.10'
3333
- 'pypy-3.7'
3434
- 'pypy-3.8'
35+
- 'pypy-3.9'
3536

3637
# Items in here will either be added to the build matrix (if not
3738
# present), or add new keys to an existing matrix element if all the
@@ -45,6 +46,10 @@ jobs:
4546
args: >
4647
-DPYBIND11_FINDPYTHON=ON
4748
-DCMAKE_CXX_FLAGS="-D_=1"
49+
- runs-on: ubuntu-latest
50+
python: 'pypy-3.9'
51+
args: >
52+
-DPYBIND11_FINDPYTHON=ON
4853
- runs-on: windows-2019
4954
python: '3.6'
5055
args: >

0 commit comments

Comments
 (0)