python310Packages.astropy: disable

This commit is contained in:
Doron Behar
2025-01-22 17:51:38 +02:00
parent f83f1823de
commit 6608171e3b
@@ -56,7 +56,7 @@ buildPythonPackage rec {
version = "7.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;