From 964c23f75f37eaa3b083a0086d60ddef0dbbc14d Mon Sep 17 00:00:00 2001 From: Franco Peschiera Date: Wed, 24 Jun 2020 10:31:47 +0200 Subject: [PATCH] No python3.3 (#305) * updated docs on constants. * fixes #304 by taking out python 3.3 support. --- .travis.yml | 2 -- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3cf7bc4..01199223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ matrix: # Ubuntu 14.04 LTS (Trusty Tahr) - dist: trusty python: 2.7 - - dist: trusty - python: 3.3 - dist: trusty python: 3.4 - dist: trusty diff --git a/README.rst b/README.rst index 2960743e..05b524d3 100644 --- a/README.rst +++ b/README.rst @@ -29,9 +29,9 @@ Examples See the examples directory for examples. -PuLP requires Python >= 2.7. +PuLP requires Python 2.7 or Python >= 3.4. -The examples use the default solver (CBC), to use other solvers they must be available. +The examples use the default solver (CBC). To use other solvers they must be available (installed and accessible). For more information on how to do that, see the `guide on configuring solvers `_. Documentation ================