From 7a2865cdbfac206b34f03256e6dc3dee7dfb90e0 Mon Sep 17 00:00:00 2001
From: Jim Lewis <105754292+jameswilburlewis@users.noreply.github.com>
Date: Fri, 19 Jan 2024 16:37:11 -0800
Subject: [PATCH] Update getting_started.rst with current Python version
requirement
---
docs/source/getting_started.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst
index 64249b7d..37b10745 100644
--- a/docs/source/getting_started.rst
+++ b/docs/source/getting_started.rst
@@ -5,7 +5,7 @@ pySPEDAS supports Windows, macOS and Linux.
Requirements
--------------
-Python 3.7 or later is required.
+Python 3.8 or later is required.
We recommend Anaconda, which comes with a suite of packages useful for scientific data analysis. Step-by-step instructions for installing Anaconda can be found at: `Windows `_, `macOS `_, `Linux `_