Merge pull request #376 from Pyroseza/python-3.10

remove unneeded compile file from python 3.10.0 package
This commit is contained in:
Thomas Hobson 2021-10-14 13:45:12 +13:00 committed by GitHub
commit 5822a209ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
}