Unverified Commit e6699a5d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.universal-pathlib: disable on unsupported Python releases

parent cba36e6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, setuptools
, setuptools-scm
, fsspec
, pythonOlder
}:

buildPythonPackage rec {
@@ -11,6 +12,8 @@ buildPythonPackage rec {
  version = "0.1.2";
  format = "pyproject";

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "universal_pathlib";
    inherit version;