pyauth / python-pkcs11

PKCS#11/Cryptoki support for Python
MIT License
149 stars 71 forks source link

Fix libraries for Python 3.7 compatibility #135

Closed hexchain closed 2 years ago

hexchain commented 2 years ago

Use list instead of tuple.

Fixes: #133

Reference: https://github.com/danni/python-pkcs11/issues/133#issuecomment-1019577286

danni commented 2 years ago

Merged #136 which includes the same fix. Thanks though :)