chore: bump version to 1.16.0, drop python 3.8/3.9 from ci matrix, and lower min python to 3.10

- Remove Python 3.8 and 3.9 from the test workflow matrix, keeping only 3.10, 3.11, and 3.12
- Update pyproject.toml version from 1.15.0 to 1.16.0 and relax requires-python from >=3.12 to >=3.10
- Add CHANGELOG entry for version 1.16.0 documenting the release and internal cleanup
This commit is contained in:
2025-11-07 17:51:45 +00:00
parent a49e2f30d3
commit 97fa5f4428
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -13,6 +13,14 @@
## Version 1.16.0 - 2025-11-07
This release updates the software to version 1.16.0 and cleans up internal code for better maintainability. Tests have been updated to reflect internal changes, ensuring continued functionality.
**Changes:** 20 files, 300 lines
**Languages:** Markdown (8 lines), Python (290 lines), TOML (2 lines)
## Version 1.15.0 - 2025-11-07
This release removes old, unused parts of the software. It simplifies the codebase and prepares for future improvements.