can meltano manage plugins that have a different p...
# getting-started
h
can meltano manage plugins that have a different python versions. I recently tried upgrading our meltano project to python 3.11, and faced issues with pipelinewise-target-redshift, which doesn't seem to support recent python versions.
βœ… 1
looks like this is indeed possible 🦜 and support was added in PR 8020. Thanks folks.
πŸ‘ 1
m
For what it’s worth, I forked that target and ran it in production with Python 3.11 for about a year with no real issues https://github.com/menzenski/pipelinewise-target-redshift/tree/py-311
πŸ™Œ 1
h
I wish that was the only one, but we have a few taps which are python constrained.