diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95f1e10..828ec8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.8] + python-version: [3.10] steps: - uses: actions/checkout@v2