Doc: Python version #5
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?
At least python 3.8 is needed for
TypedDict
Thanks for pointing this out. Type hints aren't all that critical, so I'll remove
TypedDict
to drop the minimum version to 3.7 (as reported by vermin).Hmm, Centos base still has 3.6 as default, and many projects are migrating to 3.8 straight, so I don't think it is necessary to remove
TypedDict
, just needs to be documentedI.e. if they are upgrading, they'll be upgrading straight to 3.8 anyway
Alright, will do. Thanks!
d080590c54