bump min python version to 3.11 due to Self type

This commit is contained in:
Jan Petykiewicz 2024-07-18 00:20:18 -07:00
commit 9ab97e763c
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ the coordinates of the boundary points along each axis).
## Installation
Requirements:
* python 3 (written and tested with 3.9)
* python >3.11 (written and tested with 3.12)
* numpy
* [float_raster](https://mpxd.net/code/jan/float_raster)
* matplotlib (optional, used for visualization functions)