Skip to content

Commit 11cd31f

Browse files
committed
Revert "Do not run check code style on 3.11 due to mypy failure"
This reverts commit c3bfe66.
1 parent acfa749 commit 11cd31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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"]
55+
python-version: ["3.8", "3.9", "3.10", "3.11"]
5656
steps:
5757
- uses: actions/checkout@v3
5858
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)