release: drop testing of Python before 3.13
This commit is contained in:
parent
1dd1ace327
commit
46da00e214
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue