Skip to content

Commit

Permalink
Drop version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jul 21, 2023
1 parent 57bb835 commit 0570665
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
"""Python driver for AutomationDirect Productivity Series PLCs."""
from sys import version_info

from setuptools import setup

if version_info < (3, 7):
raise ImportError("This module requires Python >=3.7. Use 0.6.0 for Python3.6")

with open('README.md') as in_file:
long_description = in_file.read()

Expand Down

0 comments on commit 0570665

Please sign in to comment.