From a0fff707052f1a3e71b567af169f5f3bfe0f2410 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 17 Nov 2024 23:59:34 +0000 Subject: [PATCH] Try 2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0f0cdd..dc1dd04 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.2", + "aiida-core>=1.0.0,<2.3", "pytest>=7.0", "voluptuous~=0.12", "setuptools",