From 9f1af4487ea241a0ac4b597be568729244db3ee9 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 22 Aug 2024 09:03:15 -0500 Subject: [PATCH] remove Python 3.8 reference in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b988bd31..75203eac 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ conda install -c rapidsai -c conda-forge -c nvidia \ cuxfilter python=3.11 cuda-version=11.8 ``` -Note: cuxfilter is supported only on Linux, and with Python versions 3.8 and later. +Note: cuxfilter is supported only on Linux, and with Python versions 3.10 and 3.11. ### PyPI