Skip to content

Commit

Permalink
Update docs with latest Python version support (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Feb 4, 2020
1 parent 555b2f0 commit efa3db4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions doc/faq.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _faq:

==========================
Frequently Asked Questions
==========================
Expand All @@ -11,10 +13,11 @@ Overflow <https://www.stackoverflow.com>`_.
General
=======

* Do you support Python 3?
* What Python versions does PySB support?

**Yes**. The current release of PySB supports Python 3.6 and
Python 2.7. Other Python 3.x releases are not explicitly tested.
The current release of PySB supports Python 3.6, 3.7, and
3.8. Earlier versions, including Python 2.7, are not supported
from PySB 2.0 onwards.

In PySB version 1.5 and earlier, the `<>` operator was used for
reversible rules. `<>` is pending deprecation from PySB, and does not
Expand Down
3 changes: 2 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Option 1: Install PySB natively on your computer

Anaconda has a simple graphical installer which can be downloaded from
https://www.continuum.io/downloads - select your operating system
and download the 64 bit version. Both Python 2.7 and 3.6 are supported. The
and download the 64 bit version. From PySB 2.0, we only support
Python 3.x (see the :ref:`faq` for specific version support). The
default installer options are usually appropriate.

2. **Install PySB**
Expand Down

0 comments on commit efa3db4

Please sign in to comment.