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 30
30
- ' 3.6'
31
31
- ' 3.9'
32
32
- ' 3.10'
33
- - ' 3.11-dev '
33
+ - ' 3.11'
34
34
- ' pypy-3.7'
35
35
- ' pypy-3.8'
36
36
- ' pypy-3.9'
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
- name : C++11 tests
121
121
# TODO: Figure out how to load the DLL on Python 3.8+
122
- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11-dev ' || matrix.python == 'pypy-3.8'))"
122
+ if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11' || matrix.python == 'pypy-3.8'))"
123
123
run : cmake --build . --target cpptest -j 2
124
124
125
125
- name : Interface test C++11
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : C++ tests
148
148
# TODO: Figure out how to load the DLL on Python 3.8+
149
- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11-dev ' || matrix.python == 'pypy-3.8'))"
149
+ if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11' || matrix.python == 'pypy-3.8'))"
150
150
run : cmake --build build2 --target cpptest
151
151
152
152
# Third build - C++17 mode with unstable ABI
@@ -186,7 +186,7 @@ jobs:
186
186
- python-version : " 3.9"
187
187
python-debug : true
188
188
valgrind : true
189
- - python-version : " 3.11-dev "
189
+ - python-version : " 3.11"
190
190
python-debug : false
191
191
192
192
name : " 🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
You can’t perform that action at this time.
0 commit comments