From: Claromes Date: Mon, 24 Jun 2024 20:07:05 +0000 (-0300) Subject: update python version on workflow X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=b7aacd9a36fb22bf517ab32ac493defbb191da8d;p=waybacktweets.git update python version on workflow --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d46ebd3..09bfc12 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.10 - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python3 -