python310Packages.gamble: update disabled

This commit is contained in:
Fabian Affolter
2022-12-07 10:58:13 +01:00
committed by GitHub
parent d0b51fac32
commit 55209c4853
@@ -10,7 +10,7 @@ buildPythonPackage rec {
version = "0.11";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;