1 Apr
2022
1 Apr
'22
15:25
Hi Matěj! On 4/1/22 16:58, Matěj Cepl wrote:
Dne 01. 04. 22 v 15:33 John Paul Adrian Glaubitz napsal(a):
I still don't quite understand which versions of Python need the package and which don't. I assume it's required for Python versions below 3.7, correct?
The only safe answer: whichever is required by the package in question. If the package requires typing.TypeGuard than it may be required even for 3.9.
Thanks. That's what I already feared. Is there a common good practice or shall I just unconditionally add it to Requires? Adrian