From 9099fcf716c146659000505f755e292c24d2cf00 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Fri, 22 Nov 2024 15:01:05 -0700 Subject: [PATCH] removed python 3.13 from gh_ci, incompatible with MDA2.7 --- .github/workflows/gh-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index f9bb2eb..857e415 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -53,6 +53,8 @@ jobs: mdanalysis-version: ["latest", "develop"] exclude: - python-version: "3.9" + # latest MDA requires python <= 3.13 + - python-version: "3.13" - mdanalysis-version: "develop" steps: