Cue / scales

scales - Metrics for Python
Apache License 2.0
920 stars 73 forks source link

Py38 compatibility #47

Open frenzymadness opened 4 years ago

frenzymadness commented 4 years ago

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?

frenzymadness commented 4 years ago

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 commented 2 years ago

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.