CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker
Apache License 2.0
151 stars 31 forks source link

when it will adapt with python3.11 #187

Closed markict closed 1 year ago

markict commented 1 year ago

looking forward to adapting with python3.11

simingy commented 1 year ago

+1

sjpatel21 commented 1 year ago

Hi, are you looking at some specific features of python 3.11 ?

markict commented 1 year ago

Hi, are you looking at some specific features of python 3.11 ?

I often deal with device log by python, for this kind of tasks, I noticed that there is a huge performance improvement on python3.11. but unfortunately, as one of the important part, the PyATS doesn't support python3.11 yet. so I have to collect logs by PyATS on python3.10. and parsing logs on python3.11.

sjpatel21 commented 1 year ago

Noted, we should be moving to 3.11 in the next few months. Though there is no strict timeline set.