We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f88a5 commit d1980ecCopy full SHA for d1980ec
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
- General: Switch to use Python 3.10 conventions.
9
+- Docs: Update docs on the Python version update.
10
11
## [0.31.0] - 2025-09-11
12
### Changed:
docs/home/install.md
@@ -4,7 +4,11 @@ title: Installation
4
5
# 💻 Installation
-`bigtree` requires Python 3.8+. There are two ways to install `bigtree`, with pip (recommended) or conda.
+`bigtree` requires Python 3.10+. There are two ways to install `bigtree`, with pip (recommended) or conda.
+
+!!! note
+ For Python 3.8 and 3.9, use `bigtree<0.31.0`
13
## Installation with pip
14
0 commit comments