Skip to content

Commit

Permalink
Python 3.10 GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 7, 2021
1 parent 72f8c54 commit 0beff0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
python:
- '3.10'
- '3.9'
- '3.8'
- '3.7'
Expand All @@ -39,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -56,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10'
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 0beff0b

Please sign in to comment.