Skip to content

Commit d395b9a

Browse files
committed
remove python3.5
1 parent ce7b2cf commit d395b9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DABEST powers [estimationstats.com](https://www.estimationstats.com/), allowing
3939

4040
## Installation
4141

42-
This package is tested on Python 3.5, 3.6, 3.7, and 3.8.
42+
This package is tested on Python 3.6, 3.7, and 3.8.
4343
It is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python in order to obtain the dependencies easily.
4444

4545
You can install this package via `pip`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'lqrt~=0.3'
4949
],
5050
extras_require={'dev': ['pytest~=6.1', 'pytest-mpl~=0.11']},
51-
python_requires='~=3.5',
51+
python_requires='~=3.6',
5252
classifiers=[
5353
"Development Status :: 5 - Production/Stable",
5454
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)