Skip to content

Commit

Permalink
* set python version matrix to include only 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Dec 6, 2024
1 parent 9d38dc5 commit 5715d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
pages:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.9", "3.10" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5715d93

Please sign in to comment.