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

Fixed DeprecationWarning #9

Merged
merged 3 commits into from
Aug 22, 2020
Merged

Fixed DeprecationWarning #9

merged 3 commits into from
Aug 22, 2020

Conversation

maurosilber
Copy link
Contributor

No description provided.

@maurosilber maurosilber changed the title Fixed DeprecationWarning DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working. Fixed DeprecationWarning Aug 17, 2020
@coveralls
Copy link

coveralls commented Aug 17, 2020

Coverage Status

Coverage remained the same at 90.127% when pulling c94f2d9 on maurosilber:master into 882582b on hgrecco:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-27.4%) to 62.739% when pulling b68d80a on maurosilber:master into 882582b on hgrecco:master.

@hgrecco
Copy link
Owner

hgrecco commented Aug 22, 2020

Several tests are failing.

DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated since Python 3.3,
and in 3.9 it will stop working.
PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
Travis doesn't provide Python 3.3 anymore.
Dill requires at least Python 3.5.
@hgrecco
Copy link
Owner

hgrecco commented Aug 22, 2020

bors r+

@hgrecco hgrecco merged commit 5891627 into hgrecco:master Aug 22, 2020
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

3 participants