Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use load_defaults rather than missing #134

Merged
merged 3 commits into from
May 17, 2024
Merged

Conversation

jdebacker
Copy link
Member

This PR updates calls to marshmallow.fields to use the load_defaults kwarg rather than the deprecated missing kwarg.

Addresses Issue #133.

@jdebacker
Copy link
Member Author

@kcreekdev -- can testing of Python versions < 3.9 safely be removed?

Also, the select.select function is deprecated. Any reason to keep it around?

@hdoupe hdoupe merged commit 1ef9a64 into PSLmodels:master May 17, 2024
4 checks passed
@hdoupe
Copy link
Collaborator

hdoupe commented May 17, 2024

LGTM! Thanks @jdebacker!

@hdoupe
Copy link
Collaborator

hdoupe commented May 17, 2024

@jdebacker I'm fine removing the deprecated select method and testing for Python <3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants