python311Packages.pytest-qt: drop support for python 3.7

This commit is contained in:
Weijia Wang 2024-01-03 20:44:58 +01:00 committed by GitHub
parent 9d7a314a3b
commit 8839815aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "4.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;