Releases: tobywf/pasteboard
Releases · tobywf/pasteboard
v0.4.0 (2024-01-14)
No code changes, but - thanks to @fangchenli - releases for Python 3.8, 3.9, 3.10, 3.11, and 3.12. Plus universal wheels for Python 3.11 and 3.12.
v0.3.3 (2021-01-29)
v0.3.2 (2020-10-23)
Update to fix/make package PEP-517 compatible and not fail to install on Python 3.9.
v0.3.1 (2020-02-20)
Now with type hints!
v0.3.0 (2020-02-18)
Pasteboard 0.3.0
- Now licensed under Mozilla Public License Version 2.0
- Fixed missing
PY_SSIZE_T_CLEAN
define - Moved to poetry/
pyproject.toml
. This required a small wrapper around the extension module, and moving that to a sub-package called "_native" - Move CI to GitHub workflows