Skip to content

Commit

Permalink
Remove 3.7 from CI, add 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Dec 20, 2024
1 parent 11a7cac commit a0748d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
# First all python versions in basic linux
os: [ ubuntu-latest ]
py: [ 3.7, 3.8, 3.9, "3.10", 3.11, 3.12 ]
py: [ 3.8, 3.9, "3.10", 3.11, 3.12, 3.13 ]
CC: [ gcc ]
CXX: [ g++ ]
FFTW_DIR: [ "/usr/local/lib" ]
Expand Down

0 comments on commit a0748d3

Please sign in to comment.