summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/notes/drop-python27-support-4991a70046af4b03.yaml2
-rw-r--r--setup.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/releasenotes/notes/drop-python27-support-4991a70046af4b03.yaml b/releasenotes/notes/drop-python27-support-4991a70046af4b03.yaml
index c5195c0..5684dbe 100644
--- a/releasenotes/notes/drop-python27-support-4991a70046af4b03.yaml
+++ b/releasenotes/notes/drop-python27-support-4991a70046af4b03.yaml
@@ -1,5 +1,5 @@
---
upgrade:
- |
- Support for Python 2.7 has been dropped. The latest version of Python now
+ Support for Python 2.7 has been dropped. The minimum version of Python now
supported is Python 3.6.
diff --git a/setup.py b/setup.py
index f63cc23..cd35c3c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(