Skip to content

Commit 1ed45ab

Browse files
committed
Updates package to Python 3.6+
1 parent 7889664 commit 1ed45ab

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
# Set the language
1818
language: python
1919
python:
20-
- "3.5"
20+
- "3.6"
2121

2222
# before_script:
2323
# - psql -c 'create database mimic_test;' -U postgres

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Development
4040

4141
The 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

4646
Contributing

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Development
1919

2020
The 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

2525
API Reference

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
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",

0 commit comments

Comments
 (0)