python311Packages.py-serializable: refactor

This commit is contained in:
Fabian Affolter
2024-01-09 10:28:24 +01:00
committed by GitHub
parent 759d213f89
commit cf3a576e49
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "py-serializable";
version = "0.17.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";