Not compatible with Python < 3.9 #22

Closed
opened 2021-12-21 23:53:11 +00:00 by ferfissimo · 1 comment
Owner

I noticed the CI tests are failing for python 3.7 and 3.8 "supported" by Flaschengeist.
This is due to heavy use of python typings.

So either revert the typings and use the old generic ones (e.g. List instead of list) or increase our minimal python dependency to 3.9.
See also PEP-585, the old generic ones are deprecated as of 3.9.

I noticed the [CI tests are failing](https://ci.os-sc.org/Flaschengeist/flaschengeist/build/36/16) for python 3.7 and 3.8 "supported" by Flaschengeist. This is due to heavy use of python typings. So either revert the typings and use the old generic ones (e.g. `List` instead of `list`) or increase our minimal python dependency to 3.9. See also [PEP-585](https://www.python.org/dev/peps/pep-0585/), the old generic ones are deprecated as of 3.9.
ferfissimo added the
🐞 bug
🤔 question
🎒 backend
labels 2021-12-21 23:53:11 +00:00
Owner

I prefer to increase our minimal python dependency.

I prefer to increase our minimal python dependency.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: Flaschengeist/flaschengeist#22
No description provided.