python39Packages.tatsu: disable for python39
This commit is contained in:
@@ -7,7 +7,7 @@ buildPythonPackage rec {
|
||||
pname = "tatsu";
|
||||
version = "5.7.1";
|
||||
# upstream only supports 3.10+
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "neogeny";
|
||||
|
||||
Reference in New Issue
Block a user