fix: Fix github actions

This commit is contained in:
yakhyo
2025-08-30 22:50:28 +09:00
parent cd3ff79c2e
commit c2d52e305a

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
@@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[dev] || pip install pytest # Use extras_require if available
python -m pip install .[dev]
- name: Run Tests
run: pytest