From: Hugo Date: Wed, 27 Dec 2017 22:17:29 +0000 (+0200) Subject: Drop EOL Python 2.6 and 3.3 X-Git-Tag: v2.6.0~13^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f51babed216adbc4f11aaa715ca355cf88a867;p=thirdparty%2Fbabel.git Drop EOL Python 2.6 and 3.3 --- diff --git a/.travis.yml b/.travis.yml index f9469c99..b819e3e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,6 @@ cache: matrix: include: - - os: linux - python: 2.6 - - os: linux - python: 2.6 - env: - - CDECIMAL=m3-cdecimal - os: linux python: 2.7 - os: linux @@ -27,8 +21,6 @@ matrix: python: pypy - os: linux python: pypy3 - - os: linux - python: 3.3 - os: linux python: 3.4 - os: linux diff --git a/docs/dev.rst b/docs/dev.rst index afc8b12d..0ff033ff 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -30,9 +30,8 @@ Python Versions At the moment the following Python versions should be supported: -* Python 2.6 * Python 2.7 -* Python 3.3 and up +* Python 3.4 and up * PyPy tracking 2.7 and 3.2 and up While PyPy does not currently support 3.3, it does support traditional diff --git a/setup.py b/setup.py index 684c3871..8e268e16 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,8 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', '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', @@ -56,6 +54,7 @@ setup( 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', packages=['babel', 'babel.messages', 'babel.localtime'], include_package_data=True, install_requires=[ diff --git a/tox.ini b/tox.ini index b71dec7c..ab733469 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, pypy, py33, py34, py35, py36, pypy3, py26-cdecimal, py27-cdecimal +envlist = py27, pypy, py33, py34, py35, py36, pypy3, py27-cdecimal [testenv] deps =