Skip to content

Commit

Permalink
add python 3.10 to gh actions yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 25, 2022
1 parent 434239b commit 1ec9a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9.6]
python-version: [3.6, 3.7, 3.8, 3.9.12, 3.10.4]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 1ec9a1f

Please sign in to comment.