diff --git a/src/constants.ts b/src/constants.ts index e637db96..e70fcaab 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,16 +13,13 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -import semver from 'semver'; const toolName = 'Python'; const testedLabels = ['ubuntu-22.04', 'windows-2022', 'macos-14']; -const minSupportedVersion = - semver - .minVersion(semver.validRange('3.7', {includePrerelease: true}) || '*') - ?.toString() || '0.0.0-0'; +const minSupportedVersion = '3.7.0-0'; + export {testedLabels, toolName, minSupportedVersion}; export enum InputNames {