Skip to content

Commit

Permalink
Drop <Python-3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Rosenthal committed Oct 31, 2019
1 parent 73d0f47 commit a6bea9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: python
sudo: false

python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'

install:
Expand Down
14 changes: 14 additions & 0 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Installation

pip install https://github.com/RSGInc/bca4abm/zipball/master

.. note::

Support for Python 2 has been discontinued by most major Python packages, including
many of bca4abm's dependencies. For the most up-to-date and stable version of bca4abm,
using python 3.6+ is recommended, although older versions may still work with some package
version fiddling.

A stable/tested Python 2.7 version of bca4abm can be installed with the following command,
however this branch will not benefit from any bug fixes or improvements moving forward.

::

pip install https://github.com/RSGInc/bca4abm/zipball/py2


Running the Model
-----------------
Expand Down

0 comments on commit a6bea9f

Please sign in to comment.