--------------------
- Better toml support (use tomlib for 3.11, tomli for 3.6 to 3.10).
[salty-horse, mgorny]
- Minimal PEP 517 support.
[cpcloud]
- 3.11 support for run as module and run as script.
[nphilipp, gotcha]
- Based on OSV:PYSEC-2022-12 change ipython dependencies,
for users using python 3.6, install 7.16.3 <= IPython < 7.17.0,
for users using python>3.6, install IPython >= 7.31.1.
[malkstar]