Changelog:
- Dropped Support for Python 2.7
- It's possible to use pathlib.Path objects now in the API
- The stubs are gone, we are now using annotations
- namedexpr_test nodes are now a proper class called NamedExpr
- A lot of smaller refactorings
Packager notes:
- New version of python-parso is required by python3-jedi.
Signed-off-by: Algent Albrahimi <algent@protonmail.com>