diff --git a/.github/workflows/Python-check.yaml b/.github/workflows/Python-check.yaml index e179cedc0..dfaaedc4c 100644 --- a/.github/workflows/Python-check.yaml +++ b/.github/workflows/Python-check.yaml @@ -27,7 +27,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v1