release: drop testing of Python before 3.13

This commit is contained in:
Peter F. Patel-Schneider
2025-12-11 15:38:40 -05:00
parent 1dd1ace327
commit 46da00e214
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.8, 3.13] python-version: [3.13]
fail-fast: false fail-fast: false
steps: steps:
@@ -54,7 +54,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.8, 3.13] python-version: [3.13]
fail-fast: false fail-fast: false
steps: steps:

View File

@@ -1,5 +1,9 @@
# Notes on Major Changes in Releases # Notes on Major Changes in Releases
## Version 1.1.18
* Solaar is only guaranteed to work in Python 3.13 or later.
## Version 1.1.17 ## Version 1.1.17
* Several new features have been added related to the MX Master 4 * Several new features have been added related to the MX Master 4