diff --git a/.github/workflows/merge_to_master.yml b/.github/workflows/merge_to_master.yml index b319c355..0566c78e 100644 --- a/.github/workflows/merge_to_master.yml +++ b/.github/workflows/merge_to_master.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, '3.10'] + python-version: ['3.10', '3.11'] steps: - name: Checkout Nailgun uses: actions/checkout@v2