Compare commits

...

4 Commits

Author SHA1 Message Date
Thomas Hobson 5822a209ed
Merge pull request #376 from Pyroseza/python-3.10
remove unneeded compile file from python 3.10.0 package
2021-10-14 13:45:12 +13:00
Pyroseza 280456ad49
Merge branch 'engineer-man:master' into python-3.10 2021-10-13 22:31:02 +01:00
Pyroseza 8403e0f512 added extra alias for python 3.10 2021-10-13 22:30:38 +01:00
Pyroseza 5641f671d1 remove unneeded compile file from python 3.10.0 package 2021-10-13 20:33:29 +01:00
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

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