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

Py38 compatibility #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

frenzymadness
Copy link

Fixes compatibility with Python 3.8 and adds newer Pythons to tox and travis configurations.

Could you please release a new version with this fix?

`cgi.escape()` has been deprecated since Python 3.2 and
removed from Python 3.8.

Fixes: Cue#46
@frenzymadness
Copy link
Author

The failures are caused by missing Python interpreters. If you want, I can transform travis configuration to use https://github.com/fedora-python/fedora-python-tox which is Docker image based on Fedora with all available Pythons installed which would solve this and future problems with missing Python interpreters.

What do you think?

@frenzymadness
Copy link
Author

And now there is another problem with Python 3.11. assertEquals no longer works as an alias for assertEqual. Please let me know if you want me to finish this PR, fix scales for the latest Pythons and test it with them.

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

1 participant