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

Fix WebSocket import error for Python 3.12 compatibility #725

Merged
merged 7 commits into from
Jul 11, 2024

Conversation

philipdp123
Copy link
Contributor

@philipdp123 philipdp123 commented Feb 22, 2024

This pull request addresses an issue encountered specifically in Python 3.12 related to importing the WebSocket extension in Bottle applications. The error arises due to the absence of the bottle.ext.websocket

Additionally I added tox configurations for Python 3.11 and Python 3.12

This PR should also resolve the following issues:
#723

@philipdp123 philipdp123 reopened this Feb 22, 2024
@philipdp123
Copy link
Contributor Author

The solution should also be backwards compatible with other supported versions of python

@selltool
Copy link

It verry good

@philipdp123
Copy link
Contributor Author

@samuelhwilliams Can you please have a look at pulling this in for 3.12 support

@samuelhwilliams
Copy link
Collaborator

Thanks for the nudge and sorry for the delay. This looks good - will merge.

@samuelhwilliams samuelhwilliams merged commit e803ae8 into python-eel:main Jul 11, 2024
13 of 20 checks passed
@philipdp123
Copy link
Contributor Author

Thanks Samuel!

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.

3 participants