From b70ca862d455b9c68be2edde5adca2aa684388b4 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 27 Feb 2024 09:30:13 -0600 Subject: [PATCH] update install docs --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index d9c93113..d42e1129 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -61,11 +61,11 @@ Build Dependencies conda create -n ucx -c conda-forge \ automake make libtool pkg-config \ - "python=3.9" setuptools "cython>=3.0.0" + "python=3.11" setuptools "cython>=3.0.0" .. note:: The Python version must be explicitly specified here, UCX-Py currently supports - only Python 3.9 and 3.10. + only Python 3.9, 3.10, and 3.11. Test Dependencies ~~~~~~~~~~~~~~~~~