Commit 4cd5eb84 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.contexttimer: mark as unsopported on python 3.12

parent 9ea77891
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, pythonAtLeast
, fetchFromGitHub
, mock
, fetchpatch
@@ -11,6 +12,8 @@ buildPythonPackage rec {
  version = "unstable-2019-03-30";
  format = "setuptools";

  disabled = pythonAtLeast "3.12";

  src = fetchFromGitHub {
    owner = "brouberol";
    repo = "contexttimer";