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.11 has a ~50% speedup in some circumstances compared to previous versions. Let's profile the SDK performance in python3.9 (our current testing environment) and python3.11 see if there's a big difference. Then update the testing environment to python3.11 and advertise support for it in pyproject.toml.
Also consider removing support for python3.7 as it's formally unsupported now
The text was updated successfully, but these errors were encountered:
The version of numpy that's compatible with our other dependencies is currently holding this back as it's not available for python>3.9: https://pypi.org/project/numpy/1.21.1/#files
Python3.11 has a ~50% speedup in some circumstances compared to previous versions. Let's profile the SDK performance in python3.9 (our current testing environment) and python3.11 see if there's a big difference. Then update the testing environment to python3.11 and advertise support for it in
pyproject.toml
.Also consider removing support for python3.7 as it's formally unsupported now
The text was updated successfully, but these errors were encountered: