Skip to content

Commit

Permalink
[GENX] Remove python 3.7 to libclang python test
Browse files Browse the repository at this point in the history
Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
  • Loading branch information
whitneywhtsang committed Feb 5, 2024
1 parent 3063a04 commit 677a0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/libclang-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.11"]
# python-version: ["3.7", "3.11"]
python-version: ["3.11"]
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: check-clang-python
Expand Down

0 comments on commit 677a0a7

Please sign in to comment.