From 0417a70b5a08c0b943f7e87934db509859da3a1b Mon Sep 17 00:00:00 2001 From: Nader Al Awar Date: Tue, 3 Oct 2023 14:13:57 -0700 Subject: [PATCH] Remove python 3.6 from CI --- .github/workflows/linux-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 4b3030b..b4e3468 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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'] kokkos-branch: ['master'] steps: @@ -144,7 +144,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] kokkos-branch: ['develop'] steps: @@ -163,7 +163,7 @@ jobs: python -m pip install 'cmake==3.20.2' - name: Install Kokkos - if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }} + if: ${{ matrix.python-version != '3.7' }} run: git clone -b ${{ matrix.kokkos-branch }} https://github.com/kokkos/kokkos.git /tmp/kokkos-source && cmake -B /tmp/kokkos-build