Skip to content

Commit d7de7e0

Browse files
tonybove-appleabove3
andauthored
Docs-Guides - Update Supported Python Versions (#2086)
* Docs-Guides - Update Supported Python Versions * Edits For Docs-Guides - Update Supported Python Versions --------- Co-authored-by: above3 <anthony_bove@apple.com>
1 parent 8aa5d52 commit d7de7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-guides/source/installing-coremltools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page describes how to install the [`coremltools`](https://github.com/apple/
44

55
```{admonition} Supported Python and MacOS Versions
66
7-
Support for Python 2 has been deprecated since [Core ML Tools 4.1](https://github.com/apple/coremltools/releases/tag/4.1). The current version of coremltools includes wheels for Python 3.5, 3.6, 3.7, 3.8 and 3.9. The last stable release of coremltools to support Python 2 is version 4.0.
7+
The current version of coremltools ([version 7.1](https://github.com/apple/coremltools)) includes wheels for Python 3.7, 3.8, 3.9, 3.10, and 3.11. The last stable release of coremltools to support Python 2 is version 4.0.
88
99
The supported MacOS versions are as follows:
1010

docs-guides/source/new-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In coremltools 4 and newer, the the following class and methods available in pre
7878
- Caffe converter
7979
- Keras.io and ONNX converters will be deprecated in coremltools 6. Users are recommended to transition to the TensorFlow/PyTorch conversion using the [Unified Conversion API](unified-conversion-api).
8080

81-
Support for Python 2 has been deprecated since [coremltools 4.1](https://github.com/apple/coremltools/releases/tag/4.1). The current version of coremltools includes wheels for Python 3.5, 3.6, 3.7, and 3.8.
81+
The current version of coremltools ([version 7.1](https://github.com/apple/coremltools)) includes wheels for Python 3.7, 3.8, 3.9, 3.10, and 3.11.
8282

8383

8484

0 commit comments

Comments
 (0)