fastparquet: require python 3.10+
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user