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

Change setup.py filemode from 'rU' to simply 'r' for New Python Versions. #59

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

mistressAlisi
Copy link
Contributor

Python version 3.10 breaks bunch installation as 'rU' is no longer supported for filemode in setup.py: 'U' or universal newlines is deprecated.
This is a quick fix that simply removes the U flag and enables the package to be installed successfully on new python versions.

Fixes to the 'rU' file mode to make itvalid for python 3.10+
Removed 'U' flag from file mode, it is deprecated.
@nanaceba
Copy link

+1 having same issue

@nanaceba
Copy link

@dsc @vmalloc @dsuch ptal, can we merge this to unblock this library for python 3.11?

@brnt
Copy link

brnt commented Jun 5, 2024

bump

@dsc
Copy link
Owner

dsc commented Sep 17, 2024

I AM BACK. Time to start merging pull requests.

@dsc dsc merged commit 932e400 into dsc:master Sep 17, 2024
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.

4 participants