Skip to content

Commit 0e5cb92

Browse files
committed
add compatibility note to release notes and overview'
1 parent ba080e0 commit 0e5cb92

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

guide/02-api-overview/overview24.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"Primary Python Support is for version 3.11. Secondary support is provided for Python 3.10 and 3.12. We have dropped Support for Python 3.9."
2121
]
2222
},
23+
{
24+
"cell_type": "markdown",
25+
"id": "ff163308-2526-4b3a-965b-5b430738c5f8",
26+
"metadata": {},
27+
"source": [
28+
"> **Note:** For ArcGIS Pro users, the ArcGIS API for Python 2.4.0 release is **only** compatible with ArcGIS Pro 3.4 and later environments. The default ArcGIS Pro 3.3.x environment can be cloned and upgraded to a maximum _arcgis_ package of 2.3.1."
29+
]
30+
},
2331
{
2432
"cell_type": "markdown",
2533
"id": "3da4c48b-3c82-490f-9b76-d2063307b56c",
@@ -481,7 +489,7 @@
481489
"name": "python",
482490
"nbconvert_exporter": "python",
483491
"pygments_lexer": "ipython3",
484-
"version": "3.11.0"
492+
"version": "3.11.10"
485493
}
486494
},
487495
"nbformat": 4,

guide/02-api-overview/release_notes_240.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"source": [
88
"# What's new in version 2.4.0\n",
99
"\n",
10+
"> **Note:** For ArcGIS Pro users, the ArcGIS API for Python 2.4.0 release is **only** compatible with ArcGIS Pro 3.4 and later environments. The default ArcGIS Pro 3.3.x environment can be cloned and upgraded to a maximum _arcgis_ package of 2.3.1.\n",
11+
"\n",
1012
"## New\n",
1113
"Reorganized modules and refactored functionality into new classes to incorporate the new Jupyter Lab and Notebook 7 architectures.\n",
1214
"* Deprecated modules:\n",
@@ -492,7 +494,7 @@
492494
"name": "python",
493495
"nbconvert_exporter": "python",
494496
"pygments_lexer": "ipython3",
495-
"version": "3.11.0"
497+
"version": "3.11.10"
496498
},
497499
"toc": {
498500
"base_numbering": 1,

0 commit comments

Comments
 (0)