From 8945f288a06e8f518cee8674f6f6315f25996ced Mon Sep 17 00:00:00 2001 From: John Yaist Date: Tue, 24 Sep 2024 10:44:55 -0700 Subject: [PATCH] update python releases supported for 2.4 --- guide/01-getting-started/system-requirements.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/01-getting-started/system-requirements.ipynb b/guide/01-getting-started/system-requirements.ipynb index ed8f63abe..df03602f4 100644 --- a/guide/01-getting-started/system-requirements.ipynb +++ b/guide/01-getting-started/system-requirements.ipynb @@ -22,10 +22,10 @@ "metadata": {}, "source": [ "## Operating System \n", - "The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.\n", + "The ArcGIS API for Python 2.4.0 release is compatible with 64-bit versions of Windows, macOS, and Linux.\n", "\n", "## Python Version\n", - "Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.\n", + "Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1.\n", "\n", "## Dependencies\n", "The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accomplished with a subset of dependencies installed. See [Install with minimum Dependencies](../install-and-set-up#install-with-minimum-dependencies) to install the `arcgis` package in this manner.\n",