Closed jdebacker closed 5 months ago
@kcreekdev -- can testing of Python versions < 3.9 safely be removed?
Also, the select.select
function is deprecated. Any reason to keep it around?
LGTM! Thanks @jdebacker!
@jdebacker I'm fine removing the deprecated select method and testing for Python <3.9
This PR updates calls to
marshmallow.fields
to use theload_defaults
kwarg rather than the deprecatedmissing
kwarg.Addresses Issue #133.