Skip to content

Commit

Permalink
Merge pull request #322 from naik-aakash/update_doc
Browse files Browse the repository at this point in the history
change python version from 3.9 to 3.10 in docs generation
  • Loading branch information
JaGeo committed Aug 4, 2024
2 parents bae7a9b + 2ea1f89 commit 3adb3d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
cache: pip
cache-dependency-path: pyproject.toml

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docs = [
"sphinx_design==0.6.0",
"myst-nb==1.1.1",
"sphinx-book-theme==1.1.3",
"sphinx-argparse==0.4.0",
"sphinx-argparse==0.5.2",
"sphinx-toolbox==3.7.0",
]

Expand Down

0 comments on commit 3adb3d3

Please sign in to comment.