-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix issues with Python 3.5 #36
Comments
Played a little with this:
This only happens for my with a 3.5.10 installation of Python, not a 3.5.5. The two lists contain the same elements, just not in the same order. I assume in future versions, Python did something around sorting that enable these tests to pass. One thing to consider would be to change https://docs.python.org/3.2/library/unittest.html#unittest.TestCase.assertCountEqual But, at the end of the day, most people are deprecating support for 3.5. 🤷 |
3.6 is long gone: Gonna just remove <3.7 now. |
It's been EOL for a while now: https://endoflife.date/python Also remove notes about python3.5, it's been EOL for 3 years. Closes #36.
@tyhoff discovered issues with Python 3.5 while working on #35 , this issue describes the work of fixing those.
The text was updated successfully, but these errors were encountered: