diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-17 10:22:41 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-17 10:22:41 -0700 |
commit | 7f8b277661ee1e33034743c9d3a49770fa78b2c6 (patch) | |
tree | d8d434e744edbada08d96445281d8c8f42ee3b4e | |
parent | 7eaf4882be55304dc69209aa537c7e9efeb1e0bb (diff) | |
download | cryptography-7f8b277661ee1e33034743c9d3a49770fa78b2c6.tar.gz cryptography-7f8b277661ee1e33034743c9d3a49770fa78b2c6.tar.bz2 cryptography-7f8b277661ee1e33034743c9d3a49770fa78b2c6.zip |
We support 3.4
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", |