File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - ' 3.6'
3131 - ' 3.9'
3232 - ' 3.10'
33- - ' 3.11-dev '
33+ - ' 3.11'
3434 - ' pypy-3.7'
3535 - ' pypy-3.8'
3636 - ' pypy-3.9'
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : C++11 tests
121121 # 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'))"
123123 run : cmake --build . --target cpptest -j 2
124124
125125 - name : Interface test C++11
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : C++ tests
148148 # 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'))"
150150 run : cmake --build build2 --target cpptest
151151
152152 # Third build - C++17 mode with unstable ABI
@@ -186,7 +186,7 @@ jobs:
186186 - python-version : " 3.9"
187187 python-debug : true
188188 valgrind : true
189- - python-version : " 3.11-dev "
189+ - python-version : " 3.11"
190190 python-debug : false
191191
192192 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