Merge pull request #256061 from imincik/geopandas-drop-python38
python3Packages.geopandas: drop Python 3.8 support
This commit is contained in:
commit
aaf2f7fa3d
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
version = "0.14.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geopandas";
|
||||
|
Loading…
Reference in New Issue
Block a user