From f96b5f0ad284eceb943fda3bcd54d621e1154eaf Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sat, 14 Sep 2024 11:15:14 -0600 Subject: [PATCH] Clarify supported versions of Python in README Co-authored-by: Chuck Daniels --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7252db..2e810078 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Visit [our quick start guide](https://earthaccess.readthedocs.io/en/latest/quick ## Compatibility -Only **Python 3.9+** is supported. +The _minimum_ supported Python version is **3.9**. ## How to Contribute to `earthaccess`