Merge pull request #256061 from imincik/geopandas-drop-python38

python3Packages.geopandas: drop Python 3.8 support
This commit is contained in:
Nick Cao 2023-09-19 09:56:01 -04:00 committed by GitHub
commit aaf2f7fa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";