python3Packages.numba: supports Python 3.9

This commit is contained in:
Robert Schütz
2021-07-05 12:34:02 -07:00
committed by Jonathan Ringer
parent 4bee64c9f4
commit 35a0095d4b
@@ -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;