update python version on workflow
authorClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:08:17 +0000 (17:08 -0300)
committerClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:08:17 +0000 (17:08 -0300)
.github/workflows/docs.yml

index 09bfc126b77ec2f1c305e6aae62880eaed1fb336..d46ebd3a49cb7f9e61e34216d9884d14d3acf7d7 100644 (file)
@@ -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 -