Skip to content

Commit 1af9976

Browse files
authored
follow-up of py36 drop (#3998)
1 parent a34f63a commit 1af9976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Another option is to clone the repository and install PyMC3 using
111111
Dependencies
112112
============
113113

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_version():
8080
# package_data={'docs': ['*']},
8181
include_package_data=True,
8282
classifiers=classifiers,
83-
python_requires=">=3.6",
83+
python_requires=">=3.7",
8484
install_requires=install_reqs,
8585
tests_require=test_reqs,
8686
test_suite="nose.collector",

0 commit comments

Comments
 (0)