diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 054c0c07..4113c40d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: 3.7.15 + python-version: 3.11.8 cache: 'pip' - run: pip install -r web/requirements-dev.txt