@@ -423,7 +423,7 @@ jobs:
423423 cancel-in-progress : true
424424 strategy :
425425 matrix :
426- python-version : ['3.10', '3.13 ']
426+ python-version : ['3.10', '3.14 ']
427427 defaults :
428428 run :
429429 shell : bash
@@ -475,7 +475,7 @@ jobs:
475475
476476 - name : diff-coverage-report
477477 if : >-
478- matrix.python-version == '3.13 ' &&
478+ matrix.python-version == '3.14 ' &&
479479 github.event_name == 'pull_request' &&
480480 !contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage')
481481 env :
@@ -489,7 +489,7 @@ jobs:
489489
490490 - uses : actions/github-script@v7
491491 if : >-
492- matrix.python-version == '3.13 ' &&
492+ matrix.python-version == '3.14 ' &&
493493 github.event_name == 'pull_request' &&
494494 !contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage') &&
495495 github.event.pull_request.head.repo.fork == false
@@ -536,7 +536,7 @@ jobs:
536536 cancel-in-progress : true
537537 strategy :
538538 matrix :
539- python-version : ['3.10', '3.11', '3.12', '3.13']
539+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
540540 platform : [windows-latest, ubuntu-latest, macos-latest]
541541 defaults :
542542 run :
0 commit comments