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
What was wrong?
Now that Python 3.10 is out, we should make sure we can support it.
How can it be fixed?
Pretty much anywhere that tests against Python 3.7 - 3.9, we should add Python 3.10. Python 3.9 support was added in #1774 so that would be a good template to follow. Merging will likely have to wait until dependencies support 3.10, but changes can be worked on before then.
The text was updated successfully, but these errors were encountered:
What was wrong?
Now that Python 3.10 is out, we should make sure we can support it.
How can it be fixed?
Pretty much anywhere that tests against Python 3.7 - 3.9, we should add Python 3.10. Python 3.9 support was added in #1774 so that would be a good template to follow. Merging will likely have to wait until dependencies support 3.10, but changes can be worked on before then.
The text was updated successfully, but these errors were encountered: