You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python3 is not on the top of my priorities (I'm using gpxpy mostly for my GoogleAppEngine apps with 2.x python). But I did try to make it run on python3. Check out the 'python3' branch here -- https://github.com/tkrajina/gpxpy/tree/python3 . The tests all run OK, but other than that -- I hope somebody else can confirm me that everything is OK before I merge it into master.
It would be great if this supported Python3. I did a bit of poking around, and it looks like the main complexity will be in bytes/str handling.
The text was updated successfully, but these errors were encountered: