Skip to content

Commit d239ef5

Browse files
authored
Fix setup.py install is deprecated in python3.10 (#133)
1 parent 5e1bded commit d239ef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# default packages available for action-python-v3.10
22
-r requirements_common.txt
3+
4+
# fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools
5+
setuptools == 58.2.0

0 commit comments

Comments
 (0)