2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

Drop Python 3.3 support

This change drops Python 3.3 support for PyKMIP. Python 3.3 was
released over 5 years ago and has reached end-of-life as of
September 19, 2017 with the 3.3.7 release. Library dependencies
have begun to drop Python 3.3 support as well.
This commit is contained in:
Peter Hamilton
2017-11-29 00:49:01 -05:00
parent d27d838db2
commit c6ba51c2ac
5 changed files with 3 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ You can install PyKMIP via ``pip``:
Supported platforms
-------------------
PyKMIP is tested on Python 2.7, 3.3, 3.4, 3.5, and 3.6 on the following
PyKMIP is tested on Python 2.7, 3.4, 3.5, and 3.6 on the following
operating systems:
* Ubuntu 12.04, 14.04, and 16.04