Python 3.6 issue #53
Labels
No Label
Bug
documentation
Doing
Features
Improvements
Sugar coating
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ynerant/squirrel-battle#53
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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