Fix GitHub Actions tests

- Remove Python 3.8 from test matrix (incompatible with requires-python >=3.9)
- Add proper type annotations for pytest fixtures (capsys, caplog)
This commit is contained in:
Kirill Markin 2025-05-25 11:05:22 +03:00
parent 689dd362ec
commit 14d2b3b36e
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.11", "3.13"]
python-version: ["3.9", "3.11", "3.13"]
steps:
- uses: actions/checkout@v4