Skip to content

Commit bc7a331

Browse files
imincikNickCao
andauthored
python3Packages.rtree: raise minimal python version to 3.9
Co-authored-by: Nick Cao <[email protected]>
1 parent 8b29f74 commit bc7a331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/rtree/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildPythonPackage rec {
1616
version = "1.4.0";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "Toblerity";

0 commit comments

Comments
 (0)