hi all! It's been a little while - but we've been ...
# plugins
a
hi all! It's been a little while - but we've been using our plugin code pretty uneventfully since the last time I posted here. We were just going through updating from 2.7 -> 2.9 and we were changing some of our target types (i.e. PythonSourcesTarget etc) that we are interacting with, I was wondering however, if it's possible to write a version of the plugin that supports multiple versions of pants? Or does the version that's built with 2.9 only able to support 2.9 since some classes/components have been removed? Or should we be publishing multiple versions that support the different versions of the plugin api? Or just looking for a good way to use the new version while transitioning other projects to new pants versions as well Does that make sense? Thanks!