python310Packages.marshmallow-sqlalchemy: update disabled

This commit is contained in:
Fabian Affolter 2023-02-24 23:04:15 +01:00 committed by GitHub
parent d01f11256d
commit 0014ae62f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@
buildPythonPackage rec {
pname = "marshmallow-sqlalchemy";
version = "0.28.2";
disabled = pythonOlder "3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;