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:
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||
python-version: ['3.10', '3.11', '3.12']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user