diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e09a41f..4d5cebf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', "3.11"] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] include: - python-version: '3.10' update-coverage: true