Skip to content

Commit fe01553

Browse files
Lauszuseerimoq
authored andcommitted
Add Python 3.14 to test matrix
1 parent a1084e6 commit fe01553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version: [
12-
'3.9', '3.10', '3.11', '3.12', '3.13',
12+
'3.9', '3.10', '3.11', '3.12', '3.13', '3.14',
1313
'pypy-3.9', 'pypy-3.10', 'pypy-3.11'
1414
]
1515
steps:

0 commit comments

Comments
 (0)