python312Packages.pygithub: drop support for python 3.7

This commit is contained in:
Weijia Wang
2024-09-11 16:52:00 +02:00
committed by GitHub
parent 3bb9be40b3
commit 401b6a2b14
@@ -18,7 +18,7 @@ buildPythonPackage rec {
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "PyGithub";