Update minimum python version
This commit is contained in:
parent
4bdf38c831
commit
121a345c7b
4
setup.py
4
setup.py
@ -29,8 +29,8 @@ Gramps setuptools module.
|
|||||||
# check python version first
|
# check python version first
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if sys.version_info < (3, 5):
|
if sys.version_info < (3, 8):
|
||||||
raise SystemExit("Gramps requires Python 3.5 or later.")
|
raise SystemExit("Gramps requires Python 3.8 or later.")
|
||||||
|
|
||||||
from setuptools import setup, Command
|
from setuptools import setup, Command
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user