mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
fix: update Python version in CI workflow and refine project metadata for clarity
This commit is contained in:
@@ -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 }})
|
||||
|
||||
Reference in New Issue
Block a user