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 a4b7c0a commit 2a4a47dCopy full SHA for 2a4a47d
.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.8, 3.9, "3.10", 3.11, 3.12, 3.13 ]
+ py: [ 3.9, "3.10", 3.11, 3.12, 3.13 ]
25
CC: [ gcc ]
26
CXX: [ g++ ]
27
FFTW_DIR: [ "/usr/local/lib" ]
0 commit comments