Skip to content

Commit 82a195d

Browse files
authored
Change LICENSE from GPL to LGPL (#25)
* Change LICENSE from GPL to LGPL This done with the consent of all code authors. Also add copyright notice to README * Drop Python 3.8 as it is EoL and setuptools 77 needs 3.9+
1 parent b1ba60e commit 82a195d

File tree

4 files changed

+181
-672
lines changed

4 files changed

+181
-672
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
23+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
mpi: [mpich, openmpi, msmpi]
2626
exclude:

0 commit comments

Comments
 (0)