From 2e665baa8ee3a0d865adb054ea1fa860e375e454 Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Fri, 7 Mar 2025 15:16:56 +0100 Subject: [PATCH 1/2] add 3.9.2 to the conda commit --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 5966a22..955250f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -11,11 +11,11 @@ build: requirements: host: - - python + - python >=3.9.2 - flit run: - - python + - python >=3.9.2 - jinja2 - ruamel.yaml >=0.15 - matplotlib From 18239af1fa076b6145261fdea751bd6c3378432b Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Fri, 7 Mar 2025 15:19:01 +0100 Subject: [PATCH 2/2] update requirement in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4065dea..f3c3764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,10 +14,11 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7" + "Programming Language :: Python :: 3.9" ] description-file="README.md" requires = [ + "python>=3.9.2", "jinja2", "ruamel.yaml>=0.15", "matplotlib",