Skip to content

Commit 1c791f6

Browse files
Update supported Python version range
1 parent 764805b commit 1c791f6

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

python-net/agents-and-llm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Convert between 10,000+ document format pairs -- DOCX, PDF, XLSX, PPTX, images,
191191
pip install groupdocs-conversion-net
192192
```
193193

194-
**Python**: 3.9 - 3.14 | **Platforms**: Windows, Linux, macOS
194+
**Python**: 3.5 - 3.14 | **Platforms**: Windows, Linux, macOS
195195

196196
## Resources
197197

python-net/getting-started/system-requirements.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: System Requirements
55
linkTitle: System Requirements
66
weight: 3
77
description: "System requirements for GroupDocs.Conversion for Python via .NET — supported operating systems, Python versions, and optional platform dependencies."
8-
keywords: GroupDocs.Conversion for Python via .NET, system requirements, Windows, Linux, macOS, Python 3.9
8+
keywords: GroupDocs.Conversion for Python via .NET, system requirements, Windows, Linux, macOS, Python 3.5
99
productName: GroupDocs.Conversion for Python via .NET
1010
hideChildren: false
1111
toc: true
@@ -35,10 +35,14 @@ GroupDocs.Conversion for Python via .NET runs on Windows, Linux, and macOS. Choo
3535

3636
## Python Version
3737

38-
GroupDocs.Conversion for Python via .NET supports **Python 3.9 through 3.14**. The wheel uses the `py3-none-{platform}` tag, so the same package works with any supported Python 3.x version without per-version rebuilds.
38+
GroupDocs.Conversion for Python via .NET supports **Python 3.5 through 3.14**. The wheel uses the `py3-none-{platform}` tag, meaning it works with any Python 3.x version in that range without per-version rebuilds.
3939

4040
| Python Version | Supported |
4141
| --- | :---: |
42+
| 3.5 | Yes |
43+
| 3.6 | Yes |
44+
| 3.7 | Yes |
45+
| 3.8 | Yes |
4246
| 3.9 | Yes |
4347
| 3.10 | Yes |
4448
| 3.11 | Yes |

0 commit comments

Comments
 (0)