Skip to content

Commit e24d99b

Browse files
update CI
1 parent 2ccd2c9 commit e24d99b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install ruff pylint
20+
pip install ruff pylint pytest
2121
pip install -r requirements.in
2222
- name: Run ruff format check
2323
run: |

.github/workflows/test-pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
python-version: [3.9, 3.12]
18+
python-version: [3.10, 3.14]
1919
env:
2020
OS: ${{ matrix.os }}
2121
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)