maintenance: update python versions in workflows

maintenance: bump version to 1.17.0
maintenance: update changelog
This commit is contained in:
2025-11-07 18:51:45 +01:00
parent e344bdfe81
commit 389e5662ea
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -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