fastparquet: require python 3.10+

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Dmitry Kalinkin
2025-12-20 13:04:59 -05:00
committed by GitHub
co-authored by Nick Cao
parent cdf4ab1b5b
commit 35d7dfad41
@@ -23,7 +23,7 @@ buildPythonPackage rec {
version = "2025.12.0";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "dask";