Skip to content

Commit

Permalink
Add Python 3.14 to CI test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Feb 14, 2025
1 parent 02b338e commit 51f6185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
arch: ['x86', 'x64']
lsp: ['']
lsp_extract_file: ['']
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13']
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
check_formatting: ['0']
no_test_requirements: ['0']
extra_name: ['']
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13']
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
continue-on-error: >-
${{
(
Expand Down

0 comments on commit 51f6185

Please sign in to comment.