Skip to content

Commit fdcf7ca

Browse files
committed
fix(docs): drop 3.10, fix typo
1 parent d32d4bd commit fdcf7ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cugraph-docs/source/installation/source_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Run either the C++ or the Python tests with datasets
167167
make test
168168
```
169169

170-
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.11, 3.13, and 3.14.
170+
Note: This conda installation only applies to Linux and Python versions 3.11, 3.12, 3.13, and 3.14.
171171

172172
### (OPTIONAL) Set environment variable on activation
173173

docs/cugraph-docs/source/tutorials/basic_cugraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cuGraph is part of [RAPIDS](https://docs.rapids.ai/user-guide/) and has the following system requirements:
66
* NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+
77
* CUDA 12.2+
8-
* Python version 3.10, 3.11, 3.11, 3.13, or 3.14
8+
* Python version 3.11, 3.12, 3.13, or 3.14
99
* NetworkX >= version 3.3 or newer in order to use use [NetworkX Configs](https://networkx.org/documentation/stable/reference/backends.html#module-networkx.utils.configs) **This is required for use of nx-cuGraph, [see below](#cugraph-using-networkx-code).**
1010

1111
## Installation

docs/cugraph-docs/source/wholegraph/installation/source_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Run either the C++ or the Python tests with datasets
177177
```
178178
179179
180-
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.11, 3.13, and 3.14.
180+
Note: This conda installation only applies to Linux and Python versions 3.11, 3.12, 3.13, and 3.14.
181181
182182
183183
## Attribution

0 commit comments

Comments
 (0)