Support 3.6.0

This commit is contained in:
EdisonJwa 2023-06-29 13:17:51 +09:00 committed by GitHub
parent 24494ef7da
commit 0c60a89041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import subprocess
from urllib import request, parse, error
from time import strftime, localtime
target_version = "3.5.6"
target_version = "3.6.0"
language = "zh"
cwd = sys.path[0]
src = f"{cwd + os.sep}src{os.sep}"