Skip to content

Commit

Permalink
Add Python 3.4 to supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Madeley committed May 31, 2017
1 parent d425543 commit 4f93ed1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: python

python:
- '3.4'
- '3.5'
- '3.6'

Expand Down
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,17 @@ Tested Compatibility

Things that should almost certainly work.

Python version:

* 3.4 (with `aenum`)
* 3.5 (with `aenum`)
* 3.6

PKCS#11 version:

* 2.4

Libraries:
Devices/Libraries:

* SoftHSMv2
* Thales nCipher (Security World)
Expand All @@ -133,6 +139,7 @@ Operations:

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

If you want your device supported, get in touch!

More info on PKCS#11
--------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Security :: Cryptography',
Expand Down

0 comments on commit 4f93ed1

Please sign in to comment.