diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0cee7e26..c05ca256 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: # Run the job for different versions of python strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/conda/meta.yaml b/conda/meta.yaml index c3d8879b..3172bc96 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,7 +26,7 @@ requirements: - setuptools >=61.0.0 - versioneer run: - - python >=3.9 + - python >=3.10 {% for dep in project.get('dependencies', []) %} - {{ dep }} {% endfor %}