summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-01-26 13:28:02 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2024-01-26 13:28:02 -0700
commit3e63e90e8d666040ced1b0601ea498b9aec6a971 (patch)
treebed7c23c1734f6633823011da374a4120376efcc
parentBump gitpython from 3.1.40 to 3.1.41 (#16850) (diff)
downloadsynapse-3e63e90e8d666040ced1b0601ea498b9aec6a971.tar.xz
Pin Python version in dev-docs CI to 3.11
-rw-r--r--.github/workflows/docs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml

index d611fdc924..6ebc590e46 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml
@@ -98,7 +98,7 @@ jobs: - name: "Set up Sphinx" uses: matrix-org/setup-python-poetry@v1 with: - python-version: "3.x" + python-version: "3.11" poetry-version: "1.3.2" groups: "dev-docs" extras: ""