mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
parent
4d037439ba
commit
ace4deb4f0
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -20,8 +20,11 @@ jobs:
|
|||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
|
# - 3.10.0-alpha.1 - need next release for pybind11 fix
|
||||||
- pypy2
|
- pypy2
|
||||||
- pypy3
|
- pypy3
|
||||||
|
|
||||||
@ -54,6 +57,12 @@ jobs:
|
|||||||
- runs-on: windows-latest
|
- runs-on: windows-latest
|
||||||
python: pypy3
|
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 }}"
|
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
|
||||||
runs-on: ${{ matrix.runs-on }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
|
||||||
@ -175,6 +184,7 @@ jobs:
|
|||||||
- 3.7
|
- 3.7
|
||||||
- 3.9
|
- 3.9
|
||||||
- 7
|
- 7
|
||||||
|
- 9
|
||||||
- dev
|
- dev
|
||||||
std:
|
std:
|
||||||
- 11
|
- 11
|
||||||
@ -517,6 +527,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
- pypy3
|
- pypy3
|
||||||
@ -575,6 +587,8 @@ jobs:
|
|||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
|
# todo: check/cpptest does not support 3.8+ yet
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -618,6 +632,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
|
- 2.7
|
||||||
|
- 3.5
|
||||||
- 3.7
|
- 3.7
|
||||||
std:
|
std:
|
||||||
- 14
|
- 14
|
||||||
|
Loading…
Reference in New Issue
Block a user