From 32de2b06db501c7de81678bce8e3e0c3e63d340c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 22 Jun 2021 22:30:36 -0400 Subject: New upstream version 1.18.0. --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a82176e..ab708d8 100644 --- a/setup.py +++ b/setup.py @@ -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) -- cgit v1.2.3