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

DepreciationWarning Python 3.8 #71

Closed
henfredemars opened this issue Mar 12, 2021 · 2 comments
Closed

DepreciationWarning Python 3.8 #71

henfredemars opened this issue Mar 12, 2021 · 2 comments

Comments

@henfredemars
Copy link

I’m reporting a depreciation warning in the hopes that it will be useful to someone else.

client/call.py:39 DepreciationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.

call = sdbus.Call(

@tirkarthi
Copy link

The loop argument has been removed in Python 3.10

@charleseidsness
Copy link
Collaborator

Thanks for the info, we didn't really need to define the loop of the Event anyways so just removed the argument.

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

No branches or pull requests

3 participants