diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 368681b3..0de7942d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,9 @@ jobs: matrix: include: # Fast PR matrix + - os: ubuntu-latest + python: "3.14" + toxenv: base - os: ubuntu-latest python: "3.13" toxenv: base @@ -25,6 +28,9 @@ jobs: - os: ubuntu-latest python: "3.11" toxenv: base + - os: ubuntu-latest + python: "3.14" + toxenv: visualization - os: ubuntu-latest python: "3.11" toxenv: visualization @@ -35,6 +41,9 @@ jobs: toxenv: mac # Quality + - os: ubuntu-latest + python: "3.14" + toxenv: quality - os: ubuntu-latest python: "3.11" toxenv: quality @@ -57,9 +66,15 @@ jobs: - os: ubuntu-latest python: "3.11" toxenv: petab + - os: ubuntu-latest + python: "3.14" + toxenv: base-notebooks - os: ubuntu-latest python: "3.11" toxenv: base-notebooks + - os: ubuntu-latest + python: "3.14" + toxenv: external-notebooks - os: ubuntu-latest python: "3.11" toxenv: external-notebooks