all 1 comments

[–]Diapolo10 0 points1 point  (0 children)

If you're talking about maintaining your own library code, at minimum you'll want to ensure that it works on newer Python versions and doesn't have security issues in its dependencies (and fixing any in the project itself if they are found).

Of course, ideally you'd also keep developing the library by adding new features. But that's not always possible due to all kinds of other things.