Skip to content

Commit 745de1b

Browse files
committed
Don not run check code style on 3.11 due to mypy failure
1 parent 683af1f commit 745de1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ needs.changes.outputs.changes == 'true' }}
5353
strategy:
5454
matrix:
55-
python-version: ["3.8", "3.9", "3.10", "3.11"]
55+
python-version: ["3.8", "3.9", "3.10"]
5656
steps:
5757
- uses: actions/checkout@v3
5858
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)