xiio

really simple async runtime
git clone https://git.ce9e.org/xiio.git

commit
5750a828cfb92a889a672e3e018ce4c0f1a719b1
parent
c6b5d2af9309c2bb20c737d7bf2e164d23f56de3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-04-25 11:35
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 ty coverage
   14    16     - run: ruff check xiio tests
   15    17     - run: ty check xiio