diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fdd136026..5de38685f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest] - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] include: # Using pythons inside a docker image to provide all the Linux # python-versions permutations.