From 2340b3a5702e01ed62eecc318248e26349229315 Mon Sep 17 00:00:00 2001 From: k-dominik Date: Wed, 11 Dec 2024 10:14:07 +0100 Subject: [PATCH] bump min python version --- conda-recipe/meta.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 4201bde7..47bbf538 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -23,11 +23,11 @@ build: requirements: host: - pip - - python >=3.8 + - python >=3.9 - setuptools >=40.0 - setuptools_scm run: - - python >=3.8 + - python >=3.9 {% for dep in setup_py_data['install_requires'] %} # for pytorch-3dunet the names on conda and pypi differ: {% if 'pytorch3dunet' in dep.lower() %} diff --git a/setup.py b/setup.py index 00fa0abd..b95352e0 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ classifiers=[ # Optional "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], packages=find_packages(exclude=["tests"]), # Required install_requires=[