Skip to content

Commit 51f6185

Browse files
Add Python 3.14 to CI test matrices
1 parent 02b338e commit 51f6185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
strategy:
156156
fail-fast: false
157157
matrix:
158-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
158+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
159159
arch: ['x86', 'x64']
160160
lsp: ['']
161161
lsp_extract_file: ['']
@@ -237,7 +237,7 @@ jobs:
237237
strategy:
238238
fail-fast: false
239239
matrix:
240-
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13']
240+
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
241241
check_formatting: ['0']
242242
no_test_requirements: ['0']
243243
extra_name: ['']
@@ -301,7 +301,7 @@ jobs:
301301
strategy:
302302
fail-fast: false
303303
matrix:
304-
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13']
304+
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
305305
continue-on-error: >-
306306
${{
307307
(

0 commit comments

Comments
 (0)