python311Packages.adax: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-08-25 19:46:49 +02:00 committed by GitHub
parent 2d4cda191f
commit 19a689af9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Danielhiversen";