Skip to content

Commit 38f7a23

Browse files
Merge pull request #224582 from lykelly19/patch-2
Include python versions nearing EOL
2 parents 828177a + dcb3bf0 commit 38f7a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ conda_dep.add_conda_package("python==3.8")
439439
- See [Python versions](https://aka.ms/azureml/environment/python-versions) and [Python end-of-life dates](https://aka.ms/azureml/environment/python-end-of-life)
440440

441441
### Python version not recommended
442-
- The Python version used in the environment definition is deprecated, and its use should be avoided
442+
- The Python version used in the environment definition is at or near its end of life, and should be avoided
443443
- Consider using a newer version of Python as the specified version will eventually be unsupported
444444
- See [Python versions](https://aka.ms/azureml/environment/python-versions) and [Python end-of-life dates](https://aka.ms/azureml/environment/python-end-of-life)
445445

0 commit comments

Comments
 (0)