xibus

experimental pure python async D-Bus library
git clone https://git.ce9e.org/xibus.git

commit
e0b9b9996f6635e6b50474c8bc16ab3599fc22bc
parent
24c2c9c05150efb10ece28519a0a380750fe2d6f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-04-25 12:08
ci: fix python version

Diffstat

M .github/workflows/main.yml 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -10,6 +10,8 @@ jobs:
   10    10     steps:
   11    11     - uses: actions/checkout@v6
   12    12     - uses: actions/setup-python@v6
   -1    13       with:
   -1    14         python-version: ${{ matrix.python }}
   13    15     - run: python3 -m pip install ruff coverage
   14    16     - run: ruff check xibus tests
   15    17     - run: dbus-run-session -- python3 -m coverage run -m unittest discover tests