feat: add type hints to functions and methods in jdatetime module#181
Conversation
|
Thanks @mojixcoder! Nice work What is the minimum Python that support type hints? Currently we support Python down to version 3.9. |
Python 3.5 introduced type hints via PEP 484 (typing module). Key milestones: 3.5 — typing module, basic annotations Practical answer for your case Since you already support Python 3.9, you are at a very reasonable baseline: You get modern generic syntax (list[int]) Recommendation |
|
Thanks! 🎉 |
|
released as 5.3.0 |
No description provided.