Unverified Commit e5c2eb90 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python314Packages.numba: unmark disabled (#480276)

parents 7ced29cc 8e7ccadf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  version = "0.46.0";
  pyproject = true;

  disabled = isPyPy || pythonAtLeast "3.14";
  disabled = isPyPy;

  src = fetchFromGitHub {
    owner = "numba";
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@ buildPythonPackage rec {
  pname = "numba";
  pyproject = true;

  disabled = pythonOlder "3.10" || pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "numba";
    repo = "numba";