Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Nov 7, 2024
1 parent 20288a2 commit 3cc46ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,10 +29,7 @@ jobs:
ruff
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
ruff --format=github --select=E9,F63,F7,F82 --target-version=py38 .
# default set of ruff rules with GitHub Annotations
ruff --format=github --target-version=py38 .
ruff check src/datav
- name: Test with pytest
run: |
pytest

0 comments on commit 3cc46ee

Please sign in to comment.