python3Packages.geopandas: drop Python 3.8 support

GeoPandas 0.14 drops support for Python 3.8.
See: https://github.com/geopandas/geopandas/releases/tag/v0.14.0
This commit is contained in:
Ivan Mincik 2023-09-19 10:36:49 +02:00
parent 9b331a0ae5
commit 7c76105a0a

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
version = "0.14.0";
format = "setuptools";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "geopandas";