Skip to content

Array index unpacking not supported in Python < 3.11 #105

@lamoreel

Description

@lamoreel

Statements of the form array[*idx] were introduced in Python 3.11. This is used (at least twice: lines 420 and 422) in show.py, resulting in a SyntaxError when using older Python versions.

On a related note, Python 3.8 is no longer supported since last week, so the README must be updated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions