cs01 / cs01/gdbgui

drop support for Python 2.7, 3.5, and pypy

Open
#284 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

Python 2.7 will reach end of life on Jan 1, 2020. All existing versions of gdbgui will still work and be installable for Python 2.7, but future version will not.

The benefits are:
* Type hints can be added to gdbgui's source code
* asyncio and other standard library code can be used rather than gevent
* use of f-strings
* use of type annotations (Python3.5 doesn't support type annotations on variables)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.