mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
Drop support for python 3.5
This commit is contained in:
2
setup.py
2
setup.py
@@ -20,6 +20,8 @@ from collections import namedtuple
|
||||
from contextlib import suppress
|
||||
from pathlib import Path
|
||||
|
||||
if sys.version_info[:2] < (3, 6):
|
||||
raise SystemExit('kitty requires python >= 3.6')
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.insert(0, 'glfw')
|
||||
glfw = importlib.import_module('glfw')
|
||||
|
||||
Reference in New Issue
Block a user