File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
- runs-on : windows-latest
52
52
python : pypy3
53
53
54
- # PyPy2 7.3.3 segfaults, while 7.3.2 was fine. TODO: investigate
55
- - runs-on : unbuntu -latest
54
+ # TODO: PyPy2 7.3.3 segfaults, while 7.3.2 was fine.
55
+ - runs-on : ubuntu -latest
56
56
python : pypy2
57
57
58
58
name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : C++11 tests
111
111
# TODO: Figure out how to load the DLL on Python 3.8+
112
- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9))"
112
+ if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 | matrix.python == '3.10-dev' ))"
113
113
run : cmake --build . --target cpptest -j 2
114
114
115
115
- name : Interface test C++11
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
- name : C++ tests
139
139
# TODO: Figure out how to load the DLL on Python 3.8+
140
- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9))"
140
+ if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 | matrix.python == '3.10-dev' ))"
141
141
run : cmake --build build2 --target cpptest
142
142
143
143
- name : Interface test
You can’t perform that action at this time.
0 commit comments