Compare commits

..

No commits in common. "5822a209edbb29e47784cfa778e6ba66482e7c16" and "b654a77cedf5108e4d79a76991937193cb521881" have entirely different histories.

2 changed files with 4 additions and 1 deletions

3
packages/python/3.10.0/compile vendored Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Put instructions to compile source code, remove this file if the language does not require this stage

View File

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.10.0",
"aliases": ["py", "py3", "python3", "python3.10"]
"aliases": ["py", "py3", "python3"]
}