Skip to content

Commit

Permalink
Docs: Update dependencies in requirements.txt for python3.12 (#13339)
Browse files Browse the repository at this point in the history
* Update requirements.txt for python3.12

* Update requirements.txt with a minimum version for `setuptools`

* Bump to python 3.12 in docs CI
  • Loading branch information
AnthonyZhOon authored Nov 13, 2024
1 parent fd092e0 commit 4c1ec80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
git add --all
git commit -m 'Publish built docs triggered by ${{ github.sha }}'
git push || git push --force
fi
fi
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pydata-sphinx-theme==0.8.0
myst-parser
maturin
jinja2
setuptools>=48.0.0

0 comments on commit 4c1ec80

Please sign in to comment.