From 6d756c7c8daf7b12eff8f5599d7c0e4a9bb6d8a9 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 21 Aug 2024 17:45:45 -0500 Subject: [PATCH] drop Python 3.8 too --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 161a787a..0320c959 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -40,7 +40,7 @@ dependencies: - pytest-lazy-fixtures>=1.0.0 - pytest-xdist - pytest>=6.2.4,<8.0.0a0 -- python>=3.8,<3.12 +- python>=3.9,<3.12 - pywavelets>=1.0 - recommonmark - scikit-image>=0.19.0,<0.24.0a0 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 65e94df9..dae61708 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -39,7 +39,7 @@ dependencies: - pytest-lazy-fixtures>=1.0.0 - pytest-xdist - pytest>=6.2.4,<8.0.0a0 -- python>=3.8,<3.12 +- python>=3.9,<3.12 - pywavelets>=1.0 - recommonmark - scikit-image>=0.19.0,<0.24.0a0 diff --git a/dependencies.yaml b/dependencies.yaml index 640122b1..0e7f04ad 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -232,10 +232,6 @@ dependencies: specific: - output_types: conda matrices: - - matrix: - py: "3.8" - packages: - - python=3.8 - matrix: py: "3.10" packages: @@ -246,7 +242,7 @@ dependencies: - python=3.11 - matrix: packages: - - python>=3.8,<3.12 + - python>=3.9,<3.12 rapids_build_setuptools: common: - output_types: [conda, requirements, pyproject]