Skip to content

Add importlib compatibility for newer versions of Python#109

Open
bijanagahi wants to merge 1 commit intoBlizzard:masterfrom
bijanagahi:patch-1
Open

Add importlib compatibility for newer versions of Python#109
bijanagahi wants to merge 1 commit intoBlizzard:masterfrom
bijanagahi:patch-1

Conversation

@bijanagahi
Copy link

In newer versions of python the imp module has been removed and replaced with importlib. Without changing too much of base behavior, this change allows users with newer versions of python to continue using heroprotocol.

In newer versions of python the imp module has been removed and replaced with importlib. Without changing too much of base behavior, this change allows users with newer versions of python to continue using heroprotocol.
@bijanagahi
Copy link
Author

Alternatively, we can update the README to specify that python versions >=3.12 are no longer supported.

@bijanagahi
Copy link
Author

@Agilhardt not sure if you're still the primary for this repo. I know a few other devs still using this project and certain builds are now broken because of the new python updates.

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.

1 participant