bump minmum python to 3.11

spar
Jan Petykiewicz 2 months ago
parent 35b5a8c5b9
commit 35ec8b4325

@ -48,7 +48,7 @@ linear systems, ideally with double precision.
**Requirements:** **Requirements:**
* python >=3.8 * python >=3.11
* numpy * numpy
* scipy * scipy

@ -33,7 +33,7 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
] ]
requires-python = ">=3.8" requires-python = ">=3.11"
include = [ include = [
"LICENSE.md" "LICENSE.md"
] ]

Loading…
Cancel
Save