Commit 12c65e25 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

python3Packages.pycddl: modernize

parent db9e1d24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
buildPythonPackage rec {
  pname = "pycddl";
  version = "0.6.3";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.8";