Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 547 Bytes | |
v2.11.0 source code.tar.gz | 2025-06-19 | 595.3 kB | |
v2.11.0 source code.zip | 2025-06-19 | 639.0 kB | |
Totals: 3 Items | 1.2 MB | 1 |
Changed
- Replace
pkg_resources
(deprecated) withimportlib.metadata
as the method to retrieve package version. This change removes the dependency onsetuptools
at runtime. #723 - Update GitHub Actions to use commit hashes instead of tags to improve security and reliability. #723
Deprecated
- BREAKING CHANGE: Drop support for Python 3.9, which has reached its end of life. #723