Skip to content

Commit

Permalink
Revert "Drop support for py3.6 (#3992)"
Browse files Browse the repository at this point in the history
This reverts commit 1bf867e.
  • Loading branch information
junpenglao authored Jul 6, 2020
1 parent 1af9976 commit cf7aeb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release Notes

## PyMC3 3.9.x (on deck)
This release [does not support Python 3.6 anymore](https://numpy.org/neps/nep-0029-deprecation_policy.html). Use Python 3.7 or higher.

### Documentation
- Notebook on [multilevel modeling](https://docs.pymc.io/notebooks/multilevel_modeling.html) has been rewritten to showcase ArviZ and xarray usage for inference result analysis (see [#3963](https://github.com/pymc-devs/pymc3/pull/3963))

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_miniconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if conda --version > /dev/null 2>&1; then
exit 0
fi

PYTHON_VERSION=${PYTHON_VERSION:-3.7} # if no python specified, use 3.7
PYTHON_VERSION=${PYTHON_VERSION:-3.6} # if no python specified, use 3.6

if [ ${PYTHON_VERSION} == "2.7" ]; then
INSTALL_FOLDER="$HOME/miniconda2"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit cf7aeb4

Please sign in to comment.