Skip to content

Commit d40a657

Browse files
committed
Update docs to reflect bumping min pyhton
Signed-off-by: Samuel Monson <[email protected]>
1 parent 9292e38 commit d40a657

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are many ways to contribute to GuideLLM:
1818

1919
Before contributing, ensure you have the following installed:
2020

21-
- Python 3.9 or higher
21+
- Python 3.10 or higher
2222
- pip (Python package manager)
2323
- Tox
2424
- Git

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing to GuideLLM! This document provides
88

99
Before you begin, ensure you have the following installed:
1010

11-
- Python 3.9 or higher
11+
- Python 3.10 or higher
1212
- pip (Python package manager)
1313
- Tox
1414
- Git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Scale Efficiently: Evaluate and Optimize Your LLM Deployments for Real-World Inference
1010
</h3>
1111

12-
[![GitHub Release](https://img.shields.io/github/release/vllm-project/guidellm.svg?label=Version)](https://github.com/vllm-project/guidellm/releases) [![Documentation](https://img.shields.io/badge/Documentation-8A2BE2?logo=read-the-docs&logoColor=%23ffffff&color=%231BC070)](https://github.com/vllm-project/guidellm/tree/main/docs) [![License](https://img.shields.io/github/license/vllm-project/guidellm.svg)](https://github.com/vllm-project/guidellm/blob/main/LICENSE) [![PyPI Release](https://img.shields.io/pypi/v/guidellm.svg?label=PyPI%20Release)](https://pypi.python.org/pypi/guidellm) [![Python Versions](https://img.shields.io/badge/Python-3.9--3.13-orange)](https://pypi.python.org/pypi/guidellm) [![Nightly Build](https://img.shields.io/github/actions/workflow/status/vllm-project/guidellm/nightly.yml?branch=main&label=Nightly%20Build)](https://github.com/vllm-project/guidellm/actions/workflows/nightly.yml)
12+
[![GitHub Release](https://img.shields.io/github/release/vllm-project/guidellm.svg?label=Version)](https://github.com/vllm-project/guidellm/releases) [![Documentation](https://img.shields.io/badge/Documentation-8A2BE2?logo=read-the-docs&logoColor=%23ffffff&color=%231BC070)](https://github.com/vllm-project/guidellm/tree/main/docs) [![License](https://img.shields.io/github/license/vllm-project/guidellm.svg)](https://github.com/vllm-project/guidellm/blob/main/LICENSE) [![PyPI Release](https://img.shields.io/pypi/v/guidellm.svg?label=PyPI%20Release)](https://pypi.python.org/pypi/guidellm) [![Python Versions](https://img.shields.io/badge/Python-3.10--3.13-orange)](https://pypi.python.org/pypi/guidellm) [![Nightly Build](https://img.shields.io/github/actions/workflow/status/vllm-project/guidellm/nightly.yml?branch=main&label=Nightly%20Build)](https://github.com/vllm-project/guidellm/actions/workflows/nightly.yml)
1313

1414
## Overview
1515

@@ -36,7 +36,7 @@ Scale Efficiently: Evaluate and Optimize Your LLM Deployments for Real-World Inf
3636
Before installing, ensure you have the following prerequisites:
3737

3838
- OS: Linux or MacOS
39-
- Python: 3.9 – 3.13
39+
- Python: 3.10 – 3.13
4040

4141
The latest GuideLLM release can be installed using pip:
4242

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before installing GuideLLM, ensure you have the following prerequisites:
88

99
- **Operating System:** Linux or MacOS
1010

11-
- **Python Version:** 3.9 – 3.13
11+
- **Python Version:** 3.10 – 3.13
1212

1313
- **Pip Version:** Ensure you have the latest version of pip installed. You can upgrade pip using the following command:
1414

0 commit comments

Comments
 (0)