Skip to content

Commit

Permalink
add python 3.10 to version matrix (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj authored Feb 19, 2022
1 parent ff21e79 commit 664965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: ['3.9', '3.8', '3.7']
python-version: ['3.10', '3.9', '3.8', '3.7']
steps:
- name: Install Singularity
run: |
Expand Down

0 comments on commit 664965c

Please sign in to comment.