Not compatible with Python < 3.9 #22
Labels
No Label
🛃 types
👪 users
invalid
wontfix
🚀 announcement
🎒 backend
🐞 bug
🐋 docker
💡 enhancement
📺 frontend
🤔 question
🔗duplicate
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Flaschengeist/flaschengeist#22
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?
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 oflist
) or increase our minimal python dependency to 3.9.See also PEP-585, the old generic ones are deprecated as of 3.9.
I prefer to increase our minimal python dependency.