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

Remove uses of twisted.internet.defer.returnValue #52

Merged

Conversation

p12tic
Copy link
Contributor

@p12tic p12tic commented Dec 10, 2024

returnValue() can be replaced with plain return in Python 3 code. returnValue() has been deprecated in Twisted 24.7.0 and will be removed soon.

returnValue() can be replaced with plain return in Python 3 code.
returnValue() has been deprecated in Twisted 24.7.0 and will be removed
soon.
@meejah
Copy link
Member

meejah commented Dec 10, 2024

If you rebase or merge master, CI should work (I removed the 3.7 and 3.8 builders since those Python versions are EOL).

@meejah meejah merged commit d847699 into magic-wormhole:master Dec 10, 2024
0 of 6 checks passed
@meejah
Copy link
Member

meejah commented Dec 10, 2024

Great, thanks!

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.

2 participants