From 41561b54418ea232e32f595fc621fa826adc82a8 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 3 Dec 2017 13:04:38 -0800 Subject: [PATCH] Drop python3.3 support --- .travis.yml | 2 -- README.md | 2 +- docs/index.rst | 4 ++-- setup.py | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64d2a6c2..3abdf928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ matrix: - env: TOXENV=py3flake8 - python: 2.7 env: TOXENV=py27 - - python: 3.3 - env: TOXENV=py33 - python: 3.4 env: TOXENV=py34 - python: 3.5 diff --git a/README.md b/README.md index 866fda50..0bfc6a94 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ namely from these data sources (from high to low precedence): ## Python and Distribution Support -`distro` is supported and tested on Python 2.7, 3.3+ and PyPy and on +`distro` is supported and tested on Python 2.7, 3.4+ and PyPy and on any Linux distribution that provides one or more of the data sources covered. diff --git a/docs/index.rst b/docs/index.rst index b960f014..e9b62531 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,11 +20,11 @@ If you want to jump into the API description right away, read about the Compatibility ============= -The ``distro`` package is supported on Python 2.7, 3.3+ and PyPy, and on +The ``distro`` package is supported on Python 2.7, 3.4+ and PyPy, and on any Linux distribution that provides one or more of the `data sources`_ used by this package. -This package is tested on Python 2.7, 3.3+ and PyPy, with test data that +This package is tested on Python 2.7, 3.4+ and PyPy, with test data that mimics the exact behavior of the data sources of `a number of Linux distributions `_. diff --git a/setup.py b/setup.py index f023661d..f19abe11 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ def read(*parts): 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',