From: Claromes Date: Mon, 24 Jun 2024 20:08:17 +0000 (-0300) Subject: update python version on workflow X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=b034e5de832d2efab03887b7b686a7909ea9da10;p=waybacktweets.git update python version on workflow --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 09bfc12..d46ebd3 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.10 + python-version: 3.11 - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python3 -