python3Packages.numba: supports Python 3.9

This commit is contained in:
Robert Schütz 2021-07-02 13:28:38 +02:00 committed by Jonathan Ringer
parent 4bee64c9f4
commit 35a0095d4b

View file

@ -14,8 +14,7 @@
buildPythonPackage rec {
version = "0.53.1";
pname = "numba";
# uses f-strings, python 3.9 is not yet supported
disabled = pythonOlder "3.6" || pythonAtLeast "3.9";
disabled = pythonOlder "3.6" || pythonAtLeast "3.10";
src = fetchPypi {
inherit pname version;