Skip to content

Commit 0768ed0

Browse files
committed
Remove python 3.6 from CI
1 parent a4a5bb1 commit 0768ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
17+
python-version: [3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
1818
kokkos-branch: ['master', 'develop']
1919

2020
steps:

0 commit comments

Comments
 (0)