ci: Bump up versions and fix linting

This commit is contained in:
Martin Rys
2025-11-28 20:29:11 +01:00
committed by Martin
parent 797c8ca9eb
commit 3573584192
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
language: python
python:
- "3.7"
- "3.13"
dist: focal
dist: noble
before_install:
- sudo apt-get install -y libfftw3-dev
@@ -18,10 +18,10 @@ jobs:
include:
- name: "build (make)"
script:
- make all
- make testall
- make all
- make testall
- name: "build (cmake)"
script:
- mkdir build && cd build
- cmake ..
- make
- mkdir build && cd build
- cmake ..
- make