python39Packages.tatsu: disable for python39

This commit is contained in:
Jonathan Ringer 2021-12-08 21:13:38 -08:00
parent 8b6c077a2c
commit b81f5337c8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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";