diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19575f5..72034a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11'] include: - os: ubuntu-latest path: ~/.cache/pip