This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Fix WebSocket import error for Python 3.12 compatibility #4
Labels
enhancement
New feature or request
Credits go to:
@philipdp123
Describe the solution and problem
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:
python-eel#723
The text was updated successfully, but these errors were encountered: