Skip to content

Commit

Permalink
Require Python version >= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Oct 8, 2024
1 parent 13c90fe commit fb47fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

from pathlib import Path

if sys.version_info < (3, 7):
raise "must use python 3.7 or greater"
if sys.version_info < (3, 8):
raise "must use python 3.8 or greater"


def relative(lst, base=''):
Expand Down

0 comments on commit fb47fe9

Please sign in to comment.