Python 3.6 issue #53
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The documentation tells that the game is running under Python 3.6, but in fact this is crashing since the constant
curses.A_ITALIC
is not defined.I suggest to ignore italic texts if this version, and to add a test step under Python 3.6 in the continuous integration.
It is important to keep this version compatible since it is the oldest Python version that has a long time support (until 2021-12-23). Since older versions are now deprecated, we don't need to check their support. Please update your Python version :)
mentioned in commit
8afa082708
mentioned in commit
ea58d5b426