bump minmum python to 3.11

master
Jan Petykiewicz 4 weeks ago
parent 950a5831ec
commit 7b4b2058bb

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

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

Loading…
Cancel
Save