File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ branches:
1717# Set the language
1818language : python
1919python :
20- - " 3.5 "
20+ - " 3.6 "
2121
2222# before_script:
2323# - psql -c 'create database mimic_test;' -U postgres
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Development
4040
4141The development repository is hosted at: https://github.com/MIT-LCP/wfdb-python
4242
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.
4444
4545
4646Contributing
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Development
1919
2020The development repository is hosted at: https://github.com/MIT-LCP/wfdb-python
2121
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.
2323
2424
2525API Reference
Original file line number Diff line number Diff line change 109109 classifiers = [
110110 "Programming Language :: Python" ,
111111 "Programming Language :: Python :: 3" ,
112- "Programming Language :: Python :: 3.5" ,
113112 "Programming Language :: Python :: 3.6" ,
114113 "Programming Language :: Python :: 3.7" ,
115114 "Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments