You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrote locking mechanism to allow for custom locking classes so both…
… Windows and Posix (Linux/Mac/BSD) systems have configurable locking options for both exclusive and shared locking. v3.2.0
Completely modernized portalocker build system and added fully strict…
… pyright and mypy compliance with ruff formatting and checking. Dropped support for deprecated Python versions, only 3.9 and up are supported now. v3.0.0
Properly propagating exceptions for NFS read-only lock issues and add…
…ed support for being able to choose between lockf and flock thanks to @oliver-s-lee v2.10.0
Added support for Python 3.11 and 3.12 thanks to @hugovk. Made the pa…
…ckage fully ruff, pyright and mypy compliant with automated testsing using both tox and Github actions v2.8.0