diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e03372d..fc527c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: "3.8.10" + python-version: "3.12.0" - name: Install dependencies run: pip install -r requirements.txt