Skip to content

Commit

Permalink
Merge pull request #230791 from mweinelt/maxcube-api-disable-311
Browse files Browse the repository at this point in the history
python311Packages.maxcube-api: disable
  • Loading branch information
thiagokokada authored May 9, 2023
2 parents aeb1c00 + 3831ba1 commit 86ec0ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/maxcube-api/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonAtLeast
, pythonOlder
, fetchFromGitHub
, unittestCheckHook
Expand Down Expand Up @@ -30,6 +31,8 @@ buildPythonPackage rec {
];

meta = with lib; {
# Tests indicate lack of 3.11 compatibility
broken = pythonAtLeast "3.11";
description = "eQ-3/ELV MAX! Cube Python API";
homepage = "https://github.com/hackercowboy/python-maxcube-api";
license = licenses.mit;
Expand Down

0 comments on commit 86ec0ce

Please sign in to comment.