| Age | Commit message (Collapse) | Author |
|
macos-13 runner has been retired.
macos-14 runner has only Python 3.10 and newer.
This commit disables macos-13 runner and thus also Python 3.9 testing
on macOS.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
|
|
GitHub doesn't offer ubuntu-20.04 runners since april 2025
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
|
|
Python versions < 3.8 are all EOL
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
|
|
This commit adds a GitHub Actions CI workflow that tests and builds the
Kconfiglib Python package and publishes it to PyPI when a new release is
published.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit updates the Python test workflow to run the macOS Python
3.7 case on the GitHub runner `macos-12` image, instead of the
`macos-13` image because it is (erroneously) missing the ncurses
installation as of the version 20240930.147.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit updates the CI workflows such that each workflow has its own
unique concurrency identifier prefix.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit adds a GitHub Actions CI workflow that builds source and
built distribution (wheel) packages.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
|
This commit adds a GitHub Actions CI workflow that runs the full
testsuite with the "release test" script using various Python versions
and host operating systems.
Note that the testing on Windows host is currently disabled because the
test scripts do not correctly handle Windows paths at this time.
Also note that Python 2.7 is not tested because it is now archaic and
supporting it is pointless.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|