Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
Comment thread
kennykos marked this conversation as resolved.
Outdated
kokkos-branch: ['master', 'develop']

steps:
Expand All @@ -33,7 +33,6 @@ jobs:
python -m pip install 'cmake==3.18.4'

- name: Install Kokkos
if: ${{ matrix.python-version != 'pypy-3.6' && matrix.python-version != 'pypy-3.7' }}
run:
git clone -b ${{ matrix.kokkos-branch }} https://github.com/kokkos/kokkos.git /tmp/kokkos-source &&
cmake -B /tmp/kokkos-build
Expand Down Expand Up @@ -82,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
python-version: [3.9, 3.10, 3.11, 3.12, 3.12]
kokkos-branch: ['master']

steps:
Expand All @@ -101,7 +100,6 @@ jobs:
python -m pip install 'cmake==3.18.4'

- name: Install Kokkos
if: ${{ matrix.python-version != '3.8' && matrix.python-version != '3.9' }}
run:
git clone -b ${{ matrix.kokkos-branch }} https://github.com/kokkos/kokkos.git /tmp/kokkos-source &&
cmake -B /tmp/kokkos-build
Expand Down Expand Up @@ -144,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, 3.10, 3.11, 3.12, 3.12]
kokkos-branch: ['develop']

steps:
Expand All @@ -163,7 +161,6 @@ jobs:
python -m pip install 'cmake==3.20.2'

- name: Install Kokkos
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
Expand Down Expand Up @@ -197,7 +194,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.9, 3.10, 3.11, 3.12, 3.12]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12, 3.12]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,11 +34,11 @@ jobs:
# flake8 options are defined in setup.cfg
flake8 . --count --statistics

formatting:
formatting:
Comment thread
kennykos marked this conversation as resolved.
Outdated
runs-on: ubuntu-18.04
Comment thread
kennykos marked this conversation as resolved.
Outdated
strategy:
matrix:
python-version: [3.8]
python-version: [3.9, 3.10, 3.11, 3.12]
Comment thread
kennykos marked this conversation as resolved.
Outdated

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion external/kokkos
Submodule kokkos updated 930 files
2 changes: 1 addition & 1 deletion external/pybind11
Submodule pybind11 updated 320 files