donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.54k stars 436 forks source link

Add support for python 3.10 #191

Open AlexGhiti opened 2 years ago

AlexGhiti commented 2 years ago

Use 'collections.abc' instead of 'collections' since python 3.10 does not accept this syntax anymore, it has been deprecated since python 3.3.

Signed-off-by: Alexandre Ghiti alexandre.ghiti@canonical.com

Jimimaku commented 1 year ago

Verwenden Sie 'collections.abc' anstelle von 'collections', da Python 3.10 diese Syntax nicht mehr akzeptiert, sie ist seit Python 3.3 veraltet.

Abgemeldet: Alexandre Ghitialexandre.ghiti@canonical.com