Skip to content

Commit 9695b97

Browse files
committed
test: Add Python versions 3.13 and 3.14 to the github action test matrix
Signed-off-by: Mark <399551+mwiebe@users.noreply.github.com>
1 parent 5fc31f0 commit 9695b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: ['3.9', '3.10', '3.11', '3.12']
21+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2222
uses: OpenJobDescription/.github/.github/workflows/reusable_python_build.yml@mainline
2323
with:
2424
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)