Skip to content

Commit

Permalink
Add python 3.12 to mac sanity run.
Browse files Browse the repository at this point in the history
This should work now when libusb is correctly installed
  • Loading branch information
ToveRumar committed Sep 5, 2024
1 parent eb55a42 commit aeeda61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: [self-hosted, macOS]
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
env:
TEST_FILE: Mac__sanity_test_job-${{github.run_number}}-${{ matrix.python_version }}
Expand Down

0 comments on commit aeeda61

Please sign in to comment.