Skip to content

Python3-Support #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

HassanBaker
Copy link

  • Support for python3 using dict.items() instead of dict.iteritems()
  • Removed the python2 shebang, as the python file only has helper functions and is not a script.

support for python3 using dict.items() instead of dict.iteritems()
@FISHMANPET
Copy link

For what it's worth, I just started using this today, and (at least for credentials) it's sufficient to just replace the iteritems() call with items(). Which I think would work the same in Python 2.

@AkechiShiro
Copy link

@eamonoreilly Any plans for this to be merged anytime soon, IMHO Python3 support for 2023 would be a great addition for this library.

@mackucz
Copy link

mackucz commented May 5, 2025

Can You please merge this PR? The banner on Azure states that "Python 2.7 is not supported anymore" and on the other hand while creating python Runbook it says that 3.8 runtime env is recommended one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants