fix: update Python version in CI workflow and refine project metadata for clarity

This commit is contained in:
bohd4nx
2026-04-18 21:11:14 +03:00
parent 8f3e9f4bd8
commit 8c7423a6ab
2 changed files with 33 additions and 19 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ jobs:
- uses: actions/setup-python@v6.2.0
with:
python-version: "3.12"
python-version: "3.10"
- run: pip install ".[dev]"
- run: ruff check . --fix && ruff format . && mypy pyfragment
- run: ruff check . && ruff format --check . && mypy pyfragment
test:
name: Tests (Python ${{ matrix.python-version }})