Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile with python3.11 and use for testing #640

Open
cortadocodes opened this issue Mar 30, 2024 · 1 comment
Open

Profile with python3.11 and use for testing #640

cortadocodes opened this issue Mar 30, 2024 · 1 comment

Comments

@cortadocodes
Copy link
Member

cortadocodes commented Mar 30, 2024

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

@cortadocodes
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant