We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccd2c9 commit e24d99bCopy full SHA for e24d99b
2 files changed
.github/workflows/linter.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
- pip install ruff pylint
+ pip install ruff pylint pytest
21
pip install -r requirements.in
22
- name: Run ruff format check
23
.github/workflows/test-pytest.yaml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
os: [ubuntu-latest, windows-latest]
- python-version: [3.9, 3.12]
+ python-version: [3.10, 3.14]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
0 commit comments