Open smcameron opened 1 year ago
Worked around it via:
git show 0a5ef4c7fc7271c5547f675eea81ad5e304c6921:tools/asset_converter.py > tools/ass_converter.py
lol :)
On Tue, Jun 06, 2023 07:41:11AM -0700, smcameron wrote:
Worked around it via:
git show 0a5ef4c7fc7271c5547f675eea81ad5e304c6921:tools/asset_converter.py > tools/ass_converter.py
-- Reply to this email directly or view it on GitHub: https://github.com/HackRVA/badge2023/issues/15#issuecomment-1578896823 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
Traceback (most recent call last): File "../github/badge2023/tools/asset_converter.py", line 124, in
def get_c_file_name(asset: dict[str, str | int]) -> str:
| was added in python 3.10, so not available in python 3.8.
Python 3.10 was released on October 4, 2021.
That's too fucking new.