Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Mar 11, 2024
1 parent f4b5fd8 commit d8088a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Linting tests
run: |
black --check --diff v4l2py tests examples
ruff check --diff --format=github --show-files .
ruff check --diff --output-format=github --show-files .
- name: Build package
run: |
python -m build
Expand Down

0 comments on commit d8088a5

Please sign in to comment.