Skip to content

Commit dd9eb6b

Browse files
committed
Added tests with Python 3.14.
1 parent 1ddb20b commit dd9eb6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels_manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
fail-fast: false
9595
matrix:
96-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
96+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
9797
platform: [x86_64, aarch64]
9898
manylinux: [2014, 2_28]
9999
with_contrib: [0, 1]

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
87+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
8888
platform: [x86, x64]
8989
with_contrib: [0, 1]
9090
without_gui: [0, 1]

0 commit comments

Comments
 (0)