Skip to content

Commit fcb5554

Browse files
authored
ci: move to final release of 3.11 (#4286)
Signed-off-by: Henry Schreiner <[email protected]> Signed-off-by: Henry Schreiner <[email protected]>
1 parent 07a61aa commit fcb5554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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"

0 commit comments

Comments
 (0)