I'm wondering how does it work with python package repositories for CentOS (and also other distributions) as I can't find any article about that. Where do python packages/version come from?
My question comes from fact that I want to install python package Quart, and it offers only 2-years old package version 0.6.15 on both CentOS 7 and 8, while on Ubuntu it offers latest 0.14.1.
The Quart 0.6.* releases are the last ones to support Python 3.6. If you install Python 3.7+ you can then install the latest Quart versions.