We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82052b commit 89c0cddCopy full SHA for 89c0cdd
.travis.yml
@@ -1,7 +1,8 @@
1
language: python
2
python:
3
-- "3.5"
+- "3.6"
4
- "3.7"
5
+- "3.8"
6
7
notifications:
8
email: false
README.rst
@@ -8,7 +8,7 @@
Tools for Common Murray Lab Protocols
9
=====================================
10
11
-Code for common tasks in the Murray lab. Supports Python 3 only.
+Code for common tasks in the Murray lab. Supports Python >=3.6 only.
12
13
Install with the following (probably requires sudo): ``pip install git+git://github.com/sclamons/murraylab_tools.git@master``
14
0 commit comments