datacenter / acitoolkit

A basic toolkit for accessing the Cisco APIC
Other
347 stars 266 forks source link

ACI TooolKit with Python 3 and 3.10 #389

Open vimalraghu opened 1 year ago

vimalraghu commented 1 year ago

Hi ACI team We are active users of this toolkit, Are there any plan to roll out a new version with Python 3 and 3.10 support , especially because of the Collections deprecation in 3.10 , there are code changes and compatibility related updates needed . Or if not please update here that no more updates are planned to ACI toolkit so we will plan accordingly .

edwin053 commented 2 months ago

@vimalraghu - did you find that the straightforward replacement of collections with collections.abc caused you any issues (assuming you did that to fix). It does not seem like this library is being actively maintained?