From dce11b02bf0bfc9dc9d2dca12858989ff4150205 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Fri, 5 Jan 2024 10:34:53 +0100 Subject: [PATCH] Update Python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4d4ad12..6b11da2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3", ] -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "aiida-core>=2.0.0,<3.0.0", "aiida-gaussian-datatypes",