-
Notifications
You must be signed in to change notification settings - Fork 41
Python 3 Support #26
Comments
@tymartin-novu I appreciate your contribution and I've used your forked version in my own code. I ran into an issue recently when I tried to update to the python 3.8 runtime in AWS lambda functions. Do you think you could update the code to work under python 3.8? This is what I found in the python 3.5 documentation:
https://docs.python.org/3.5/library/platform.html
|
Yeah, I can't get this to run under 3.8 or 3.9 because of the Is anyone looking at this? |
On my side, i added this dirt in chef/rsa.py : replace
with :
It's ugly but it makes my code work on Lambda + python3.10 ... so "What else ?" ^^ |
With Python 2.7 being sunset (https://www.python.org/psf/press-release/pr20191220/), it would be great to see this lambda function updated to support Python 3.
The text was updated successfully, but these errors were encountered: