WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Bump the major version from v1 to v2

Open Joezanini opened this issue 1 year ago • 0 comments

This will allow Python v3 devs to do a simple refactor (replacing the names and bumping the version) to get and use the the latest version of the package with the Python v3.11+ compatible code, without breaking things for any holdouts that are using Python v2.

Thus the compatibility becomes:

  • webexteamssdk v1: supports Python v2 and up to Python v3.10
  • webexpythonsdk v2: supports Python v3.10+

Joezanini avatar Feb 16 '24 01:02 Joezanini