Skip to content

Commit c5ba498

Browse files
authored
Merge pull request #93 from Venafi/py3-migration
Updated README.md to indicate python2 is no longer supported.
2 parents a9a2e80 + 22b57d4 commit c5ba498

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ VCert Python is a Python library and SDK designed to simplify key generation an
1818
This implementation is based on the original Go library, https://github.com/Venafi/vcert.
1919

2020
#### Compatibility
21-
VCert supports Python 3, and Python 2.7 (when the [future](http://python-future.org/) module is installed). VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](../../releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
21+
***Starting version 0.14.0 vcert-python only supports Python 3.6 or higher***
22+
23+
VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](../../releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
2224

2325
## Installation
2426
Get the library using pip:

0 commit comments

Comments
 (0)