summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
commit3726f0df980b93da2cb53e3791d9d2e489508e73 (patch)
tree5b6a73bc0821d368a8224791482bd6113e4966fd /CONTRIBUTING.md
parentAdding upstream version 1.7.0. (diff)
downloadlitecli-3726f0df980b93da2cb53e3791d9d2e489508e73.tar.xz
litecli-3726f0df980b93da2cb53e3791d9d2e489508e73.zip
Adding upstream version 1.8.0.upstream/1.8.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ad22cdf..9cd868a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Development Guide
-This is a guide for developers who would like to contribute to this project. It is recommended to use Python 3.6 and above for development.
+This is a guide for developers who would like to contribute to this project. It is recommended to use Python 3.7 and above for development.
If you're interested in contributing to litecli, thank you. We'd love your help!
You'll always get credit for your work.
@@ -79,7 +79,7 @@ hasn't broken any existing functionality. To run the tests, just type in:
$ ./setup.py test
```
-litecli supports Python 2.7 and 3.4+. You can test against multiple versions of
+litecli supports Python 3.7+. You can test against multiple versions of
Python by running tox:
```bash