Skip to content

Commit

Permalink
Upgrade Python
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Nov 12, 2023
1 parent ecfc8c7 commit 1e47892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==7.1.2
sphinx==7.2.6
pydata-sphinx-theme==0.14.1
myst-parser==2.0.0
sphinx-copybutton==0.5.2

0 comments on commit 1e47892

Please sign in to comment.