Closed philipdp123 closed 4 months ago
The solution should also be backwards compatible with other supported versions of python
It verry good
@samuelhwilliams Can you please have a look at pulling this in for 3.12 support
Thanks for the nudge and sorry for the delay. This looks good - will merge.
Thanks Samuel!
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