Skip to content

Commit

Permalink
ci: Update Python versions in GitHub Actions workflows (#25)
Browse files Browse the repository at this point in the history
* Update 'Deploy Jupyter Book' workflow to use Python v3.10.
* Update lint workflow to '3.x' use latest CPython.
  • Loading branch information
matthewfeickert authored Jul 22, 2022
1 parent 81b273d commit 064ada3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.9'
python-version: '3.10'

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9' ]
python-version: [ '3.x' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 064ada3

Please sign in to comment.