Skip to content

Commit fbf9f95

Browse files
committed
Add 3.14 to tests
1 parent 3ef88e8 commit fbf9f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
call-build:
99
strategy:
1010
matrix:
11-
pyver: ['3.10', '3.11', '3.12', '3.13']
11+
pyver: ['3.10', '3.11', '3.12', '3.13', '3.14']
1212
os: ['ubuntu-latest']
1313
include:
1414
- pyver: '3.10'
@@ -21,7 +21,7 @@ jobs:
2121
needs: [call-build]
2222
strategy:
2323
matrix:
24-
pyver: ['3.10', '3.11', '3.12', '3.13']
24+
pyver: ['3.10', '3.11', '3.12', '3.13', '3.14']
2525
os: ['ubuntu-latest']
2626
include:
2727
- pyver: '3.10'

0 commit comments

Comments
 (0)