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 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"] }