Merge pull request #376 from Pyroseza/python-3.10
remove unneeded compile file from python 3.10.0 package
This commit is contained in:
commit
5822a209ed
|
@ -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
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"version": "3.10.0",
|
"version": "3.10.0",
|
||||||
"aliases": ["py", "py3", "python3"]
|
"aliases": ["py", "py3", "python3", "python3.10"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue