Skip to content

Commit

Permalink
follow-up of py36 drop (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored Jul 5, 2020
1 parent a34f63a commit 1af9976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Another option is to clone the repository and install PyMC3 using
Dependencies
============

PyMC3 is tested on Python 3.6 and depends on Theano, NumPy,
PyMC3 is tested on Python 3.7 and depends on Theano, NumPy,
SciPy, and Pandas (see ``requirements.txt`` for version
information).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_version():
# package_data={'docs': ['*']},
include_package_data=True,
classifiers=classifiers,
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=install_reqs,
tests_require=test_reqs,
test_suite="nose.collector",
Expand Down

0 comments on commit 1af9976

Please sign in to comment.