From 1cfc18592d20e7321e8df13c95e2a3011dc7979f Mon Sep 17 00:00:00 2001 From: Edan Bainglass <45081142+edan-bainglass@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:14:50 +0100 Subject: [PATCH] Drop support for `aiida-core` < 2.5 (#1179) --- .github/workflows/ci.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90303624e..9c1e9a0e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: python-version: ['3.9', '3.11'] - aiida-core-version: ['2.3', '2.6'] + aiida-core-version: ['2.6'] fail-fast: false runs-on: ubuntu-latest diff --git a/setup.cfg b/setup.cfg index 909dc268e..84002b2d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ package_dir = = src packages = find: install_requires = - aiida-core~=2.2,<3 + aiida-core~=2.5,<3 Jinja2~=3.0 aiida-quantumespresso~=4.9 aiidalab-widgets-base[optimade]~=2.3