pdagent
pdagent copied to clipboard
Python 3.x Support
I'd like to request Python 3.x support as a feature consideration. Since the pdagent Python library is installed with the OS package, it allows users to more easily write new/custom integrations while leveraging pdagent's queuing functionality (without a subprocess call). Currently, only scripts written for Python 2.7 can take advantage of this.
Thanks for the report. We are adding support in #129
That's fantastic news! This is even more important now that Python 2.7 is no longer being maintained as of January 1st, 2020 (💀 R.I.P. 2.7).
#129 is now merged -- we have some followup work to fix builds (the current vagrant config is broken) then get those builds deployed for consumption by package managers. Will keep this thread updated. 😄