node-cli icon indicating copy to clipboard operation
node-cli copied to clipboard

Upgrade to use python 3.11

Open DmytroNazarenko opened this issue 2 years ago • 0 comments

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 avatar Dec 16 '22 17:12 DmytroNazarenko