Skip to content

Commit d1980ec

Browse files
authored
Update docs on Python support (#404)
* docs: Update install.md * Update CHANGELOG.md
1 parent 00f88a5 commit d1980ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
- General: Switch to use Python 3.10 conventions.
9+
- Docs: Update docs on the Python version update.
910

1011
## [0.31.0] - 2025-09-11
1112
### Changed:

docs/home/install.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ title: Installation
44

55
# 💻 Installation
66

7-
`bigtree` requires Python 3.8+. There are two ways to install `bigtree`, with pip (recommended) or conda.
7+
`bigtree` requires Python 3.10+. There are two ways to install `bigtree`, with pip (recommended) or conda.
8+
9+
!!! note
10+
11+
For Python 3.8 and 3.9, use `bigtree<0.31.0`
812

913
## Installation with pip
1014

0 commit comments

Comments
 (0)