Python 3.6 issue #53

Closed
opened 2020-12-20 16:38:08 +00:00 by ynerant · 2 comments
ynerant commented 2020-12-20 16:38:08 +00:00 (Migrated from gitlab.crans.org)

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 :)

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 :)
ynerant commented 2020-12-20 17:05:56 +00:00 (Migrated from gitlab.crans.org)

mentioned in commit 8afa082708

mentioned in commit 8afa0827085ec6e347ba7c82635badb1a67ae97d
eichhornchen commented 2021-01-08 10:15:44 +00:00 (Migrated from gitlab.crans.org)

mentioned in commit ea58d5b426

mentioned in commit ea58d5b4267080d6cc50bfccf6e86dcca5109cb8
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ynerant/squirrel-battle#53
No description provided.