For those of you who have open source plugins outside of the pants main repo, do you test your plugins with multiple pants versions? I'm thinking of setting up a CI matrix to test with any pre-release versions + the latest patch for any non-deprecated version. I'm trying to figure out how to determine which versions those are though - I'm assuming whether a version is deprecated or not is marked in the main pants repo somewhere.
Additionally, do you test on multiple OS's / architectures?