Skip to content

Commit 4f93ed1

Browse files
author
Danielle Madeley
committed
Add Python 3.4 to supported list
1 parent d425543 commit 4f93ed1

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
language: python
33

44
python:
5+
- '3.4'
56
- '3.5'
67
- '3.6'
78

README.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,17 @@ Tested Compatibility
114114

115115
Things that should almost certainly work.
116116

117+
Python version:
118+
119+
* 3.4 (with `aenum`)
120+
* 3.5 (with `aenum`)
121+
* 3.6
122+
117123
PKCS#11 version:
118124

119125
* 2.4
120126

121-
Libraries:
127+
Devices/Libraries:
122128

123129
* SoftHSMv2
124130
* Thales nCipher (Security World)
@@ -133,6 +139,7 @@ Operations:
133139

134140
* Encrypt, Decrypt
135141
* Sign, Verify
142+
* Wrap, Unwrap
136143
* Generate Key
137144
* Generate Keypair
138145
* Derive Key
@@ -143,6 +150,8 @@ Feel free to send pull requests for any functionality that's not exposed. The
143150
code is designed to be readable and expose the PKCS#11 spec in a
144151
straight-forward way.
145152

153+
If you want your device supported, get in touch!
154+
146155
More info on PKCS#11
147156
--------------------
148157

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'License :: OSI Approved :: MIT License',
4646
'Programming Language :: Python',
4747
'Programming Language :: Python :: 3',
48+
'Programming Language :: Python :: 3.4',
4849
'Programming Language :: Python :: 3.5',
4950
'Programming Language :: Python :: 3.6',
5051
'Topic :: Security :: Cryptography',

0 commit comments

Comments
 (0)