From 1f5e8e818276ae1b80e0ce8464b45069907ae808 Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Mon, 25 Oct 2021 13:28:27 -0600 Subject: [PATCH] Remove official Python 2.7 support, fixes #3 --- README.md | 2 -- setup.py | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 1723ace..e191ab8 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ For documentation and a list of rules see [docs](https://github.com/dlint-py/dli $ python -m pip install dlint ``` -*Specify `python2` or `python3` to install for a specific Python version.* - And double check that it was installed correctly: ``` diff --git a/setup.py b/setup.py index 202fb45..78604bd 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,6 @@ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',