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 Jan 3, 2025
1 parent d7fc1ff commit 1c36b2c
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 1c36b2c

Please sign in to comment.