Skip to content

Commit

Permalink
remove python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: huongg <[email protected]>
  • Loading branch information
Huongg committed Apr 25, 2024
1 parent 1da5b56 commit 90650de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-only-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: ["3.9", "3.10", "3.11", "3.12" ]
python-version: ["3.9", "3.10", "3.11"]
uses: ./.github/workflows/lint.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit 90650de

Please sign in to comment.