Skip to content

Commit e82be56

Browse files
committed
Add 3.14 to ci
1 parent 5107344 commit e82be56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
# First all python versions in basic linux
2323
os: [ ubuntu-latest ]
24-
py: [ 3.9, "3.10", 3.11, 3.12, 3.13 ]
24+
py: [ 3.9, "3.10", 3.11, 3.12, 3.13, 3.14 ]
2525
CC: [ gcc ]
2626
CXX: [ g++ ]
2727
FFTW_DIR: [ "/usr/local/lib" ]

0 commit comments

Comments
 (0)