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

Removed six; Fixed UnorderedTuple bug for equalities; Fixed GitHub actions configuration #10

Merged
merged 3 commits into from
Jan 10, 2021

Conversation

rajivsarvepalli
Copy link
Owner

Removed six as a dependency and clear out any code that was for managing simultaneous work on Python 2.7 and Python 3. Removed unneeded dependencies if any are left. Found a bug when using UnorderedTuple for comparison to determine equivalent SqlAlchemy expressions and fixed it. Rechecked GitHub actions configuration, and found and corrected a mistake.

Fixes #7

@rajivsarvepalli rajivsarvepalli added bug Something isn't working ci Changes to CI configuration files and scripts dependencies Pull requests that update a dependency file removal Removals and Deprecations labels Jan 10, 2021
@rajivsarvepalli rajivsarvepalli merged commit 75e7822 into master Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Changes to CI configuration files and scripts dependencies Pull requests that update a dependency file removal Removals and Deprecations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removal of Six for New Versions
1 participant