From 495b7771c55dea3ea6eba512ea420cfb88901a10 Mon Sep 17 00:00:00 2001 From: "ning.yougang" Date: Tue, 9 Aug 2022 11:35:25 +0800 Subject: [PATCH] Fix setup.py install is deprecated in python3.10 --- core/python310Action/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/python310Action/requirements.txt b/core/python310Action/requirements.txt index 569a25f8..93d5a7a2 100644 --- a/core/python310Action/requirements.txt +++ b/core/python310Action/requirements.txt @@ -1,2 +1,5 @@ # default packages available for action-python-v3.10 -r requirements_common.txt + +# fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools +setuptools == 58.2.0