From 8e790893249b06738a8cb6a4b21cb9729649e851 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 12 Oct 2025 14:47:11 +0100 Subject: [PATCH 1/3] Update gh-ci.yaml --- .github/workflows/gh-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index bbaf7c7..9f615b7 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -27,12 +27,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] include: - os: windows-latest - python-version: "3.13" + python-version: "3.14" - os: macos-latest - python-version: "3.13" + python-version: "3.14" steps: - uses: actions/checkout@v4 From 3a9776e57734e24066ea5b3adb5b8c45bcdb0a71 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 12 Oct 2025 14:48:28 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyedr/pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyedr/pyproject.toml b/pyedr/pyproject.toml index 89f7853..28db3ba 100644 --- a/pyedr/pyproject.toml +++ b/pyedr/pyproject.toml @@ -19,15 +19,14 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: OS Independent", ] urls = {Homepage = "https://github.com/MDAnalysis/panedr"} -requires-python = ">= 3.9" +requires-python = ">= 3.11" dependencies = [ "numpy", "tqdm", From ac862e6206dd5b6195a5f4cc8b8ab17037dcdd93 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 12 Oct 2025 14:48:52 +0100 Subject: [PATCH 3/3] Update pyproject.toml --- panedr/pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/panedr/pyproject.toml b/panedr/pyproject.toml index 80d95b4..7c340cd 100644 --- a/panedr/pyproject.toml +++ b/panedr/pyproject.toml @@ -19,15 +19,14 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: OS Independent", ] urls = {Homepage = "https://github.com/MDAnalysis/panedr"} -requires-python = ">= 3.9" +requires-python = ">= 3.11" dependencies = [ "pyedr", "pandas",