This repository was archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Support Python 3.9 #40
Comments
I get this error with the python 3.7 runtime as well :
|
I have not dived into this, but are using a slightly modified version (no reverse lookup zones) of the v3-python-file. It works well with both python 3.6 and 3.9 |
To solve this issue I added these 2 lines of code after the line numbered 1067 :
Now it is OK. |
@abjoerne : could please tell me how you modified the code to disable the reverse lookup zones ? Thanks, |
I just removed all code related to the reverse zones as well as some other adjustments to fit our needs. |
I can confirm @lefjul solution works in Mar/2024 with Python 3.12. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Python 3.9 I get this error when the lambda must remove a record from the hosted zone (when stopping a EC2 instance) :
I don't face any error with Python 3.6 runtime.
Since Python 3.6 will be deprecated in AWS on 18/07/2022, could you please bring the support of Python 3.9 ?
Thanks
The text was updated successfully, but these errors were encountered: