Skip to content

Commit

Permalink
chore: Remove Python 2.7 check (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Oct 14, 2024
1 parent b330dfd commit 21d3c29
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions svgcheck/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,4 @@ def main():


if __name__ == '__main__':
major, minor = sys.version_info[:2]
if major == 2 and minor < 7:
print("")
print("The svgcheck script requires python of 2.7 or higher.")
print("Can't proceed, quitting.")
exit()

main()

0 comments on commit 21d3c29

Please sign in to comment.