File tree 4 files changed +3
-4
lines changed 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ branches:
17
17
# Set the language
18
18
language : python
19
19
python :
20
- - " 3.5 "
20
+ - " 3.6 "
21
21
22
22
# before_script:
23
23
# - psql -c 'create database mimic_test;' -U postgres
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Development
40
40
41
41
The development repository is hosted at: https://github.com/MIT-LCP/wfdb-python
42
42
43
- The package is to be expanded with physiological signal-processing tools, and general improvements. Development is made for Python 3.5 + only.
43
+ The package is to be expanded with physiological signal-processing tools, and general improvements. Development is made for Python 3.6 + only.
44
44
45
45
46
46
Contributing
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Development
19
19
20
20
The development repository is hosted at: https://github.com/MIT-LCP/wfdb-python
21
21
22
- The package is to be expanded with physiological signal-processing tools, and general improvements. Development is made for Python 3.5 + only.
22
+ The package is to be expanded with physiological signal-processing tools, and general improvements. Development is made for Python 3.6 + only.
23
23
24
24
25
25
API Reference
Original file line number Diff line number Diff line change 109
109
classifiers = [
110
110
"Programming Language :: Python" ,
111
111
"Programming Language :: Python :: 3" ,
112
- "Programming Language :: Python :: 3.5" ,
113
112
"Programming Language :: Python :: 3.6" ,
114
113
"Programming Language :: Python :: 3.7" ,
115
114
"Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments