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: