WebexCommunity / WebexPythonSDK

Work with the Webex APIs in native Python!
https://webexcommunity.github.io/WebexPythonSDK/
MIT License
239 stars 153 forks source link

webexteamssdk broken in python >= v3.12 #200

Closed fredless closed 9 months ago

fredless commented 11 months ago

Related to older issue filing #139, this project imports future which relies on imp - the latter of which has been removed as of v3.12 (and considering the problem future set out to solve, mildly ironic). See also PythonCharmers/python-future#625

DJF3 commented 9 months ago

Really hope that there's going to be a fix. Some of my platforms require Python 3.12 which complicates things a lot.

Joezanini commented 9 months ago

I will be removing this dependency from the project. https://docs.python.org/3/reference/simple_stmts.html#future-statements