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

Upgrade to use python 3.11 #688

Open
DmytroNazarenko opened this issue Dec 16, 2022 · 0 comments
Open

Upgrade to use python 3.11 #688

DmytroNazarenko opened this issue Dec 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DmytroNazarenko
Copy link
Contributor

We're currently using Python 3.7 for most of our repos (release date: 2018-06-27 with the end of support 2023-06-27).
Lots of performance improvements were introduces since then, for example:

CPython 3.11 is on average 25% faster than CPython 3.10 when measured with the pyperformance benchmark suite, and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup could be up to 10-60% faster.

Upgrading Python to 3.11 shouldn't break anything for our customers, since all code will be used in docker containers.

@DmytroNazarenko DmytroNazarenko added the enhancement New feature or request label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants