We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a5bb1 commit 0768ed0Copy full SHA for 0768ed0
.github/workflows/linux-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.6, 3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
+ python-version: [3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
18
kokkos-branch: ['master', 'develop']
19
20
steps:
0 commit comments