diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e70ca46..2886da37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.8] + python-version: [3.11] steps: - uses: actions/checkout@v2