python3Packages.pycddl: modernize

This commit is contained in:
Alyssa Ross 2024-08-09 21:32:52 +02:00
parent db9e1d2468
commit 12c65e25b7

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pycddl";
version = "0.6.3";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";