We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830a4b0 commit 0806289Copy full SHA for 0806289
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
# - 2.7
21
# - 3.5
22
- 3.6
23
+ - 3.7
24
+ - 3.8
25
- 3.9
26
- 3.10-dev
27
# - pypy2
@@ -37,10 +39,10 @@ jobs:
37
39
python: 3.6
38
40
args: >
41
-DPYBIND11_FINDPYTHON=ON
- - runs-on: windows-latest
- python: 3.6
42
- args: >
43
- -DPYBIND11_FINDPYTHON=ON
+ # - runs-on: windows-latest
+ # python: 3.6
44
+ # args: >
45
+ # -DPYBIND11_FINDPYTHON=ON
46
47
# # These items will be removed from the build matrix, keys must match.
48
# exclude:
0 commit comments