Skip to content

Commit

Permalink
Update minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 31, 2023
1 parent 4bdf38c commit 121a345
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 @@ -29,8 +29,8 @@
# check python version first
import sys

if sys.version_info < (3, 5):
raise SystemExit("Gramps requires Python 3.5 or later.")
if sys.version_info < (3, 8):
raise SystemExit("Gramps requires Python 3.8 or later.")

from setuptools import setup, Command

Expand Down

0 comments on commit 121a345

Please sign in to comment.