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

Add temporary fix for python 3.10 #43

Closed
wants to merge 2 commits into from
Closed

Add temporary fix for python 3.10 #43

wants to merge 2 commits into from

Conversation

astariul
Copy link

Fix #36

This PR makes sure collections.MutableMapping is still accessible, so cacheman package doesn't raise an ImportError when trying to import it in python >3.10

Note that this is a temporary fix (so anyone needing a working cyhunspell can use this branch). The proper way to fix this is to fix cacheman package (see the PR opened : MSeal/py_cache_manager#3).

@MSeal
Copy link
Owner

MSeal commented Dec 14, 2022

cacheman is now updated for python 3.10 -- I need to do some work to move the build for releasing to the new travis site, but the local pip install . pattern you referenced in the linked PR should now work.

@MSeal MSeal closed this Dec 14, 2022
@astariul astariul deleted the patch-1 branch December 15, 2022 03:18
@astariul astariul restored the patch-1 branch December 15, 2022 03:18
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.

Package for Python 3.10 on PyPi
2 participants