Skip to content

Commit

Permalink
No python3.3 (coin-or#305)
Browse files Browse the repository at this point in the history
* updated docs on constants.

* fixes coin-or#304 by taking out python 3.3 support.
  • Loading branch information
pchtsp authored Jun 24, 2020
1 parent 72aef6a commit 964c23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://coin-or.github.io/pulp/guides/how_to_configure_solvers.html>`_.

Documentation
================
Expand Down

0 comments on commit 964c23f

Please sign in to comment.