[changelog](https://marshmallow-jsonapi.readthedocs.io/en/latest/changelog.html#id2) v0.24.0: ``` Drop support for marshmallow 2, which is now EOL (#332). ``` [install requirements](https://github.com/marshmallow-code/marshmallow-jsonapi/blob/0.24.0/setup.py#L4) v0.24.0: ``` INSTALL_REQUIRES = ("marshmallow>=2.15.2",) ``` the `setup.py` file should be updated to reflect no longer supporting `marshmallow<3` after https://github.com/marshmallow-code/marshmallow-jsonapi/pull/332
changelog v0.24.0:
install requirements v0.24.0:
the
setup.pyfile should be updated to reflect no longer supportingmarshmallow<3after #332