Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
461937d3
Unverified
Commit
461937d3
authored
Mar 25, 2022
by
Henry Schreiner
Committed by
GitHub
Mar 25, 2022
Browse files
ci: test pypy 3.9 (#3789)
* ci: test pypy 3.9 * ci: try a use of FindPython with PyPy
parent
146695a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/ci.yml
.github/workflows/ci.yml
+5
-0
No files found.
.github/workflows/ci.yml
View file @
461937d3
...
...
@@ -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
...
...
@@ -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
:
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment