Join Nostr
2025-03-15 06:50:25 UTC

Jesus Michał von Gentoo 🏔 (he) on Nostr: ProTip: if your #Python package is full of conditions for different versions of ...

ProTip: if your #Python package is full of conditions for different versions of Python, then *it is not sufficient* to test it on the oldest and latest Python version supported. Like, I don't know, you could actually check it around the versions you have conditions for.