-
Notifications
You must be signed in to change notification settings - Fork 65
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
Python 2.7 EOL #14
Comments
The code should be completely python3 compatible, and in fact many of the distributions are running Certbot (and this) using python3 already. |
Thanks Joona. May be the documentation could mention that. At the moment it is Python 2.7.
I would also like to thank you for the software. It has been most useful to our research lab.
Sylvain
… On Nov 27, 2019, at 4:50 AM, Joona Hoikkala ***@***.***> wrote:
The code should be completely python3 compatible, and in fact many of the distributions are running Certbot (and this) using python3 already.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#14?email_source=notifications&email_token=AJXBAQY4KCFNOQU7SYSHHULQVY7GHA5CNFSM4JOLC3O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFI536I#issuecomment-559013369>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJXBAQ5S6ZOJ767TOGTAOATQVY7GHANCNFSM4JOLC3OQ>.
|
Thanks for you kind words. It's really encouraging to hear that the project is of use for others as well :) Also thanks a lot for pointing out the README mention, I had completely forgotten about that, and wonder why I added it in the first place! The scripts are working and tested in Python3 as well. I fixed it in #16 |
Just ended up here because the Ubuntu upgrade broke my DNS Challenge since "pythton-requests" for Python 2.7 has been removed and is a dependency. I found a workaround but its very hacky...I hope there is an update to this soon.
|
@mmiller7
Depending on your operating system and environment, the active
|
alternatively, the python3 version of requests from Ubuntu is available via |
I wrote my own acme-dns-client for Python 3.5+ that works with certbot and acme.sh. |
Since Python 2.7 End Of Life is coming soon, any foreseen issue with the Python code in acme-dns?
The text was updated successfully, but these errors were encountered: