Skip to content

Commit 698490e

Browse files
authored
Update test_doc.yml remove python 3.7
1 parent 0e85f55 commit 698490e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414

1515
steps:
1616
- name: Checkout 🛎️
@@ -60,4 +60,4 @@ jobs:
6060
branch: gh-pages
6161
folder: docs/build/html/
6262
clean: true
63-
ssh-key: ${{ secrets.DEPLOY_KEY }}
63+
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)