Merge pull request #256061 from imincik/geopandas-drop-python38
python3Packages.geopandas: drop Python 3.8 support
This commit is contained in:
commit
aaf2f7fa3d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue