From af63363d2e6da0f76f2d63ef1f04793f8ab2787e Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 17 Nov 2024 23:40:22 +0000 Subject: [PATCH] Undeprecate stuff --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e339698..640a724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Environment :: Plugins", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -39,10 +40,10 @@ keywords = [ "cache", ] urls = {Homepage = "https://aiida-testing.readthedocs.io/"} -requires-python = ">=3.8" +requires-python = ">=3.7" # Note the dependency on setuptools due to pkg_resources dependencies = [ - "aiida-core>=2.0.0,<2.6", + "aiida-core>=1.0.0,<2.6", "pytest>=7.0", "voluptuous~=0.12", "setuptools",