python310Packages.asdf: update disabled

This commit is contained in:
Fabian Affolter 2022-08-21 10:03:44 +02:00 committed by GitHub
parent 393c375b97
commit f54e068923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
version = "2.13.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;