From 067fa54ac288430d1a0409ff4cf414232e2de027 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 19 Jul 2024 01:08:26 -0500 Subject: [PATCH 1/3] Update Python versions in CI --- .github/workflows/unit-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 4e4483d..ccdbd9e 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,22 +23,22 @@ jobs: strategy: matrix: CONDA_PY: - - 3.9 - - 3.8 - - 3.7 + - "3.12" + - "3.11" + - "3.10" OS: ["ubuntu"] MDTRAJ: ["mdtraj-release"] INSTALL_WITH: ["pip"] include: - - CONDA_PY: 3.9 + - CONDA_PY: "3.12" OS: "ubuntu" MDTRAJ: "mdtraj-dev" INSTALL_WITH: "pip" - - CONDA_PY: 3.9 + - CONDA_PY: "3.12" OS: "windows" MDTRAJ: "mdtraj-release" INSTALL_WITH: "conda" - - CONDA_PY: 3.7 + - CONDA_PY: "3.10" OS: "windows" MDTRAJ: "mdtraj-release" INSTALL_WITH: "conda" From a307fa3b349cf910e675e4a20369b63b6df265d1 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 20 Dec 2024 08:27:37 -0600 Subject: [PATCH 2/3] bump to current SPEC0 --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ccdbd9e..d7deaf7 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,9 +23,9 @@ jobs: strategy: matrix: CONDA_PY: + - "3.13" - "3.12" - "3.11" - - "3.10" OS: ["ubuntu"] MDTRAJ: ["mdtraj-release"] INSTALL_WITH: ["pip"] From d3297c9cd2e0db0b406a3cb3beed5c4da428e62f Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 20 Dec 2024 10:43:53 -0600 Subject: [PATCH 3/3] Apply suggestions from code review Bump versions in extra include builds Co-authored-by: Sander Roet --- .github/workflows/unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d7deaf7..7d5d050 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,15 +30,15 @@ jobs: MDTRAJ: ["mdtraj-release"] INSTALL_WITH: ["pip"] include: - - CONDA_PY: "3.12" + - CONDA_PY: "3.13" OS: "ubuntu" MDTRAJ: "mdtraj-dev" INSTALL_WITH: "pip" - - CONDA_PY: "3.12" + - CONDA_PY: "3.13" OS: "windows" MDTRAJ: "mdtraj-release" INSTALL_WITH: "conda" - - CONDA_PY: "3.10" + - CONDA_PY: "3.11" OS: "windows" MDTRAJ: "mdtraj-release" INSTALL_WITH: "conda"