python310Packages.pydata-sphinx-theme: update disabled

This commit is contained in:
Mario Rodas 2023-09-16 04:20:00 +00:00
parent 4e63d731e4
commit 0b71557a9d

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
format = "wheel";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version format;