Venafi / vcert-python

Python client SDK designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for Python 2

tr1ck3r opened this issue · comments

BUSINESS PROBLEM
Python 2 reached end-of-life on January 1, 2020 and is no longer receiving updates (bug or security fixes) so it should no longer be used. Python based applications have had ample time to transition to Python 3 and all that would be considered "supported" are now using Python 3 for their current releases. Therefore there is no reason for VCert-Python to continue supporting Python 2 .

PROPOSED SOLUTION
Drop support for Python 2 in the next major release of VCert-Python. This should simplify maintenance and enhancement of VCert-Python going forward.