remove Python version checks

This commit is contained in:
Mike Fährmann
2021-06-12 00:20:59 +02:00
parent 40eb8025cc
commit e9993451c3
2 changed files with 4 additions and 14 deletions

View File

@@ -7,9 +7,6 @@ import os.path
import warnings
from setuptools import setup
if sys.hexversion < 0x3040000:
sys.exit("Python 3.4+ required")
def read(fname):
path = os.path.join(os.path.dirname(__file__), fname)