Skip to content

Commit

Permalink
Use *Python* 3.11 for static typing checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 11, 2024
1 parent 8532969 commit 02e4926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest]
python-version: [3.12]
python-version: [3.11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion colour_checker_detection/scripts/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ def segmentation(
if __name__ == "__main__":
logging.basicConfig()

segmentation() # pyright: ignore
segmentation()

0 comments on commit 02e4926

Please sign in to comment.