]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Drop EOL Python 2.6 and 3.3
authorHugo <hugovk@users.noreply.github.com>
Wed, 27 Dec 2017 22:17:29 +0000 (00:17 +0200)
committerHugo <hugovk@users.noreply.github.com>
Wed, 27 Dec 2017 22:17:29 +0000 (00:17 +0200)
.travis.yml
docs/dev.rst
setup.py
tox.ini

index f9469c99afa98d91505e32dc5bab630b96622796..b819e3e5eb6b5e2e62297130ff418af67e305949 100644 (file)
@@ -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
index afc8b12d6f83d276b88582b6389de212892d7802..0ff033ff8076fc3ffc171b2801e85e7b4c06963d 100644 (file)
@@ -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
index 684c3871898cd4da17a4f925b10d0532a52bb887..8e268e16be196f37b7ad5d31ac46a263d9cdc319 100755 (executable)
--- 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 b71dec7c4a1cc513b8999bd66b14fe16bddc19c4..ab733469a104ebaeac390dc050e5b505932636ce 100644 (file)
--- 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 =