We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff21e79 commit 664965cCopy full SHA for 664965c
.github/workflows/pull-request.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-18.04
12
strategy:
13
matrix:
14
- python-version: ['3.9', '3.8', '3.7']
+ python-version: ['3.10', '3.9', '3.8', '3.7']
15
steps:
16
- name: Install Singularity
17
run: |
0 commit comments