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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.12 fix #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vladsavelyev
Copy link

@vladsavelyev vladsavelyev commented Oct 12, 2023

Fix compatibility with Python 3.12:

  File "/miniconda3/envs/py3.12/lib/python3.12/site-packages/lzstring/__init__.py", line 11, in <module>
    from future import standard_library
  File "/miniconda3/envs/py3.12/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'

(from MultiQC/MultiQC#2112 (comment))

This breaks Python 2 compatibility though, so probably could be a good excuse to get rid of the Python 2 code? 馃槃

@eight04
Copy link

eight04 commented Oct 28, 2023

@bluenote10
Copy link

Would it be possible to release a version to PyPI with Python 3.12 support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants