summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ludwig <f.ludwig@greyrook.com>2020-09-08 19:40:57 +0200
committerFlorian Ludwig <f.ludwig@greyrook.com>2020-09-08 19:40:57 +0200
commit4d70d40629dfc422f3b4ac3697aa27d9e920a38b (patch)
tree10a72bac354c3ed668ac2835b15b1ed7e6d9c3eb
parent66883810749a15216a3bab872953a4131949a3f8 (diff)
downloadrdflib-4d70d40629dfc422f3b4ac3697aa27d9e920a38b.tar.gz
Add note about supported python versions to README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2fce4926..d7d7cacf 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,12 @@ Please see the list for all packages/repositories here:
* <https://github.com/RDFLib>
+## Versions
+
+ * `5.x.y` supports Python 2.7 and 3.4+ and is mostly backwards compatible with 4.2.2. Only bug fixes will be applied.
+ * `6.x.y` is the next major release which will support Python 3.5+. (Current master branch)
+
+
## Installation
RDFLib may be installed with Python's package management tool *pip*: