Skip to content

Commit c3bfe66

Browse files
committed
Do not run check code style on 3.11 due to mypy failure
1 parent d266f18 commit c3bfe66

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)