bump min python version to 3.11 due to Self type
This commit is contained in:
parent
d44e02e2f7
commit
9ab97e763c
2 changed files with 3 additions and 3 deletions
|
|
@ -32,13 +32,13 @@ classifiers = [
|
|||
"Topic :: Scientific/Engineering :: Physics",
|
||||
"Topic :: Scientific/Engineering :: Visualization",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.11"
|
||||
include = [
|
||||
"LICENSE.md"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"numpy~=1.21",
|
||||
"numpy~=1.26",
|
||||
"float_raster",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue