Skip to content

Commit

Permalink
drop Python 3.8 too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 21, 2024
1 parent 39b8295 commit 6d756c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ dependencies:
specific:
- output_types: conda
matrices:
- matrix:
py: "3.8"
packages:
- python=3.8
- matrix:
py: "3.10"
packages:
Expand All @@ -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]
Expand Down

0 comments on commit 6d756c7

Please sign in to comment.