python310Packages.pony: update disabled

This commit is contained in:
Nick Cao
2023-09-30 09:59:59 -04:00
parent 9798aa9da9
commit 722cb79dcb
@@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "0.7.17";
format = "setuptools";
disabled = pythonOlder "3.7" || pythonAtLeast "3.11";
disabled = pythonOlder "3.8" || pythonAtLeast "3.12";
src = fetchFromGitHub {
owner = "ponyorm";