From fa30e5940586af810042322cb201bd2883a876b8 Mon Sep 17 00:00:00 2001 From: takana-v <44311840+takana-v@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:02:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=82=BB=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=99=82=E3=81=AEpython=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20(#526)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix python version --- generate_licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_licenses.py b/generate_licenses.py index e7ad7ba8c..d654237af 100644 --- a/generate_licenses.py +++ b/generate_licenses.py @@ -122,7 +122,7 @@ def generate_licenses() -> List[License]: ) # Python - python_version = "3.7.12" + python_version = "3.8.10" with urllib.request.urlopen( f"https://raw.githubusercontent.com/python/cpython/v{python_version}/LICENSE" ) as res: