Skip to content

Commit

Permalink
update preview image for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Oct 31, 2023
1 parent 11ca268 commit 102cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflowHelper/preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
text = ''
with open(init_path, 'r', encoding='utf-8') as iFile:
text = iFile.readlines()
text = ["__sysversion__ = '3.7 - 3.11'" if t.startswith('__sysversion__') else t.rstrip()
text = ["__sysversion__ = '3.7 - 3.12'" if t.startswith('__sysversion__') else t.rstrip()
for t in text]

LINE_INDEX_LENGTH = len(str(len(text)))
Expand Down

0 comments on commit 102cafb

Please sign in to comment.