mac2612 / sshflash

Software to flash leapfrog device firmware over SSH.
GNU General Public License v3.0
11 stars 10 forks source link

Python 3? #6

Open claud9999 opened 1 year ago

claud9999 commented 1 year ago

Given it's becoming increasingly difficult to get Python 2 on OS's, how much work would it be to move to Python 3?

andymcca commented 1 year ago

I actually did this as part of porting sshflash to Windows - all py files in my repo (sshflash-win) should be Python 3, so I suppose you could use these to create a Python 3 version?