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
ace4deb4
Unverified
Commit
ace4deb4
authored
Oct 22, 2020
by
Henry Schreiner
Committed by
GitHub
Oct 22, 2020
Browse files
ci: add more jobs (#2610)
* ci: add more jobs * ci: minor trimdown
parent
4d037439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.github/workflows/ci.yml
.github/workflows/ci.yml
+16
-0
No files found.
.github/workflows/ci.yml
View file @
ace4deb4
...
...
@@ -20,8 +20,11 @@ jobs:
python
:
-
2.7
-
3.5
-
3.6
-
3.7
-
3.8
-
3.9
# - 3.10.0-alpha.1 - need next release for pybind11 fix
-
pypy2
-
pypy3
...
...
@@ -54,6 +57,12 @@ jobs:
-
runs-on
:
windows-latest
python
:
pypy3
# Let's drop a few macOS runs since that tends to be 2.7 or 3.8+
-
runs-on
:
macos-latest
python
:
3.6
-
runs-on
:
macos-latest
python
:
3.7
name
:
"
🐍
${{
matrix.python
}}
•
${{
matrix.runs-on
}}
•
x64
${{
matrix.args
}}"
runs-on
:
${{ matrix.runs-on }}
...
...
@@ -175,6 +184,7 @@ jobs:
-
3.7
-
3.9
-
7
-
9
-
dev
std
:
-
11
...
...
@@ -517,6 +527,8 @@ jobs:
matrix
:
python
:
-
3.5
-
3.6
-
3.7
-
3.8
-
3.9
-
pypy3
...
...
@@ -575,6 +587,8 @@ jobs:
python
:
-
2.7
-
3.6
-
3.7
# todo: check/cpptest does not support 3.8+ yet
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -618,6 +632,8 @@ jobs:
fail-fast
:
false
matrix
:
python
:
-
2.7
-
3.5
-
3.7
std
:
-
14
...
...
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