python310Packages.mypy-protobuf: update disabled python version

This commit is contained in:
OTABI Tomoya 2023-08-24 10:43:31 +09:00 committed by GitHub
parent 52da452ea8
commit a9bbb44bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "3.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;