Skip to content

Commit

Permalink
ライセンス生成時のpythonのバージョンを修正 (#526)
Browse files Browse the repository at this point in the history
fix python version
  • Loading branch information
takana-v authored Dec 15, 2022
1 parent b28601b commit fa30e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa30e59

Please sign in to comment.