Update setup & tests

This commit is contained in:
Fabrice Desclaux 2025-01-26 13:17:14 +01:00
parent 0164999126
commit d9fb6d58c7
8 changed files with 25 additions and 36 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.10']
python-version: ['3.10', '3.13']
steps:
@ -25,8 +25,8 @@ jobs:
- name: Install requirements
run: pip install -r requirements.txt
- name: Install llvm 11 (llvmlite compatible)
run: sudo apt-get install llvm-11
- name: Install llvm 15 (llvmlite compatible)
run: sudo apt-get install llvm-15
- name: Install optional requirements
run: pip install -r optional_requirements.txt