We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5107344 commit e82be56Copy full SHA for e82be56
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
# First all python versions in basic linux
23
os: [ ubuntu-latest ]
24
- py: [ 3.9, "3.10", 3.11, 3.12, 3.13 ]
+ py: [ 3.9, "3.10", 3.11, 3.12, 3.13, 3.14 ]
25
CC: [ gcc ]
26
CXX: [ g++ ]
27
FFTW_DIR: [ "/usr/local/lib" ]
0 commit comments