Parameters: remove 3.6 from default python_version_list

This commit is contained in:
umarcor
2022-01-07 00:37:11 +01:00
parent 6413469cdf
commit 26afa43fa4

View File

@@ -33,7 +33,7 @@ on:
python_version_list:
description: 'Space separated list of Python versions to run tests with.'
required: false
default: '3.6 3.7 3.8 3.9 3.10'
default: '3.7 3.8 3.9 3.10'
type: string
name:
description: 'Name of the tool.'