diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b87d294..0f52ba20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ 3.10 ] + python-version: [ 3.11 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3