Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and fix Windows compatibility on Python 3.12 #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joseavegaa
Copy link
Contributor

This is a new version of the python-pkcs11 package.

  • Updated to PKCS#11 Specification Version 3.1, published by OASIS Standard on 2023-07-23.
  • Updated setup.py to support the new standards by setuptools based on pyproject.toml.
  • Added pyproject.toml to centralize the metadata of the package.
  • Removed deprecated references to Py_UNICODE* and replaced them by wchar_t as suggested by PEP-624.
  • Added compatibility to Python 3.12 in Windows.
  • Updated requirements version.
  • Bump package version to 0.8.0.

The package has been tested on new virtual environments using Python 3.12 on Windows 11 with the asepkcs.dll (Athena Smartcard System ASE Card).

@joseavegaa joseavegaa mentioned this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant