python311Packages.pybigwig: drop support for python 3.7 and 3.8

This commit is contained in:
Weijia Wang 2024-07-06 22:17:31 +02:00 committed by GitHub
parent 91ae423d3a
commit 06d78b7bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "0.3.23";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "deeptools";