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

Enable compatibility with Python 3.6+ #1

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

Conversation

BookLaugh
Copy link

Replace enum34 with enum-compat, so that in newer Python enum34 is not imported - since it's incompatible with a built-in one.

Replace enum34 with enum-compat, so that in newer Python enum34 is not imported - since it's incompatible with a built-in one.
@BookLaugh
Copy link
Author

@kowalski Hey, would you like me to update setup.py with new version information (1.2.1)? Is version stored elsewhere, or will that be enough?

@kowalski
Copy link
Contributor

@BookLaugh this will be enough, I will try to rebuild later and upload

@kowalski
Copy link
Contributor

@BookLaugh I've released this as https://pypi.org/project/serialization/1.2.2/

Also turns out I no longer have write access to this repository.
I moved the library homepage to: https://github.com/rumblefishdev/serialization

@BookLaugh
Copy link
Author

Thank you!
It turns out you published version linux-x86_64 - it's packed with absolute path /usr/local/lib/python3.8/site-packages - would you mind packing it in a more system-agnostic way?

@kowalski
Copy link
Contributor

My bad!
I uploaded https://pypi.org/manage/project/serialization/release/1.2.3/ as sdist.

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