diff --git a/.github/workflows/pull-docs.yml b/.github/workflows/pull-docs.yml index 46756fa..bd48d97 100644 --- a/.github/workflows/pull-docs.yml +++ b/.github/workflows/pull-docs.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.9" ] - poetry-version: [ "1.2.1" ] + python-version: [ "3.11" ] + poetry-version: [ "1.8.3" ] steps: # ====== # Checkout, set up python