From 0484bc92b2dba64b45bf7823375c38b924263517 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 18 Nov 2024 17:47:15 +0100 Subject: [PATCH] Support up to v2.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc1dd04..640a724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ urls = {Homepage = "https://aiida-testing.readthedocs.io/"} requires-python = ">=3.7" # Note the dependency on setuptools due to pkg_resources dependencies = [ - "aiida-core>=1.0.0,<2.3", + "aiida-core>=1.0.0,<2.6", "pytest>=7.0", "voluptuous~=0.12", "setuptools",