Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgs0 committed Dec 3, 2022
1 parent 6bd5450 commit acb1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-

from sys import version_info as vf
from sys import version_info as vf
if not (vf.major == 3 and vf.minor >= 8):
print('\033[40;33;1mOnly for Python >= 3.8\033[0m')
exit(-1)
Expand Down

0 comments on commit acb1339

Please sign in to comment.