Skip to content

Commit e13d954

Browse files
authored
Drop Python 3.9 support (#684)
Contributes to rapidsai/build-planning#88 Finishes the work of dropping Python 3.9 support. This project stopped building / testing against Python 3.9 as of rapidsai/shared-workflows#235. This PR updates configuration and docs to reflect that. ## Notes for Reviewers ### How I tested this Checked that there were no remaining uses like this: ```shell git grep -E '3\.9' git grep '39' git grep 'py39' ``` And similar for variations on Python 3.8 (to catch things that were missed the last time this was done). Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #684
1 parent 2a2c63d commit e13d954

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dependencies.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ dependencies:
178178
specific:
179179
- output_types: conda
180180
matrices:
181-
- matrix:
182-
py: "3.9"
183-
packages:
184-
- python=3.9
185181
- matrix:
186182
py: "3.10"
187183
packages:
@@ -192,7 +188,7 @@ dependencies:
192188
- python=3.11
193189
- matrix:
194190
packages:
195-
- python>=3.9,<3.12
191+
- python>=3.10,<3.12
196192
style_checks:
197193
common:
198194
- output_types: [conda, requirements]

0 commit comments

Comments
 (0)