From 5641f671d10027a67455ab9150e822f3b122ef89 Mon Sep 17 00:00:00 2001 From: Pyroseza <8463626+Pyroseza@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:33:29 +0100 Subject: [PATCH 1/2] remove unneeded compile file from python 3.10.0 package --- packages/python/3.10.0/compile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 packages/python/3.10.0/compile diff --git a/packages/python/3.10.0/compile b/packages/python/3.10.0/compile deleted file mode 100644 index e37a74c..0000000 --- a/packages/python/3.10.0/compile +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -# Put instructions to compile source code, remove this file if the language does not require this stage From 8403e0f512e7925457295b07da219eb6acdcc618 Mon Sep 17 00:00:00 2001 From: Pyroseza <8463626+Pyroseza@users.noreply.github.com> Date: Wed, 13 Oct 2021 22:30:38 +0100 Subject: [PATCH 2/2] added extra alias for python 3.10 --- packages/python/3.10.0/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/3.10.0/metadata.json b/packages/python/3.10.0/metadata.json index 64baa95..b767f8d 100644 --- a/packages/python/3.10.0/metadata.json +++ b/packages/python/3.10.0/metadata.json @@ -1,5 +1,5 @@ { "language": "python", "version": "3.10.0", - "aliases": ["py", "py3", "python3"] + "aliases": ["py", "py3", "python3", "python3.10"] }