Skip to content

Commit 735c7f4

Browse files
authored
python312Packages.numpy-stl: drop support for python 3.8
1 parent c48576a commit 735c7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/numpy-stl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildPythonPackage rec {
1515
version = "3.2.0";
1616
pyproject = true;
1717

18-
disabled = pythonOlder "3.7";
18+
disabled = pythonOlder "3.9";
1919

2020
src = fetchPypi {
2121
pname = "numpy_stl";

0 commit comments

Comments
 (0)