From 73487a4edeede0ca0a6bb1a344f6bdaa0887dd23 Mon Sep 17 00:00:00 2001 From: AnthonyZhOon <126740410+AnthonyZhOon@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:34:47 +1100 Subject: [PATCH 1/3] Update requirements.txt for python3.12 --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 24546d59a45a2..9072028392a8f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,3 +20,4 @@ pydata-sphinx-theme==0.8.0 myst-parser maturin jinja2 +setuptools From 1afdb765572db0954b5acd3a0cd993f2ea72640f Mon Sep 17 00:00:00 2001 From: AnthonyZhOon <126740410+AnthonyZhOon@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:57:29 +1100 Subject: [PATCH 2/3] Update requirements.txt with a minimum version for `setuptools` --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9072028392a8f..bd030fb670446 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,4 +20,4 @@ pydata-sphinx-theme==0.8.0 myst-parser maturin jinja2 -setuptools +setuptools>=48.0.0 From 23f1de6d3d9df8442af10d874139842f3b84db68 Mon Sep 17 00:00:00 2001 From: AnthonyZhOon <126740410+AnthonyZhOon@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:26:11 +1100 Subject: [PATCH 3/3] Bump to python 3.12 in docs CI --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 44ca5aaf4eda1..0b43339f57a61 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - name: Install dependencies run: | @@ -61,4 +61,4 @@ jobs: git add --all git commit -m 'Publish built docs triggered by ${{ github.sha }}' git push || git push --force - fi \ No newline at end of file + fi