From 19964ac67d34492302b38cb7dafa10c2591482ac Mon Sep 17 00:00:00 2001 From: Oliver Beckstein <orbeckst@gmail.com> Date: Wed, 17 Jul 2024 23:07:00 -0700 Subject: [PATCH] update tested python versions - MDAnalysis develop: drop 3.9, test 3.10-3.12 - MDAnalysis latest: add 3.12, test 3.9-3.12 --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1f6283c..c7d09b2 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] env_file: [env, ] include: - name: minimum_requirements @@ -81,7 +81,7 @@ jobs: strategy: fail-fast: false matrix: - latest-python : ["3.9", "3.10", "3.11", "3.12"] + latest-python : ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4