diff --git a/README.md b/README.md index 3ee2ac76..e8ae76c2 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ Locate the Python interpreter: Install packages: +Pipenv can be installed with Python 3.6 and above: + $ pipenv install Creating a virtualenv for this project... ... diff --git a/setup.py b/setup.py index bda6106f..3d56518c 100644 --- a/setup.py +++ b/setup.py @@ -148,12 +148,12 @@ setup( classifiers=[ "License :: OSI Approved :: MIT License", "Programming Language :: Python", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],