python311Packages.tempora: update disabled

This commit is contained in:
Fabian Affolter 2023-09-01 17:02:10 +02:00
parent bd8e1dff0e
commit 5ff65c85aa

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "5.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;