bump minmum python to 3.11

This commit is contained in:
Jan Petykiewicz 2024-03-30 18:06:31 -07:00
parent 950a5831ec
commit 7b4b2058bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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"
] ]