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
The current version of python is 3.9. Many still use 3.8. However, error checking in your code will cause it to error out if the version is greater than 3.7.
Thanks
The text was updated successfully, but these errors were encountered:
there is a library (or at least at one point was a library) that we depend on that could only work on python <= 3.7 which is where that came in. I'm not actually the expert on the inner workings of pygw so I just checked in and got that conclusion. When we get a chance we will revisit and see if there's anything more we can do about that now.
The current version of python is 3.9. Many still use 3.8. However, error checking in your code will cause it to error out if the version is greater than 3.7.
Thanks
The text was updated successfully, but these errors were encountered: