Skip to content

Commit

Permalink
Add check in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Dec 2, 2024
1 parent 33a5cd9 commit a245a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import sys

from setuptools import setup

if sys.version_info < (3, 8):
sys.exit("Python < 3.8 is not supported")

version = '1.1.2'

setup(
Expand Down

0 comments on commit a245a82

Please sign in to comment.