summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-10-03 22:09:38 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2020-10-03 22:09:38 +1000
commitf473263be52db516816eeb654d8b5df2fca3486e (patch)
tree96bba0908ee67b482285326a15632100b2eaa2e3 /docs
parent67b805873b2cdf85bc4ab3859200a2abc2289aff (diff)
downloadrdflib-f473263be52db516816eeb654d8b5df2fca3486e.tar.gz
updated to support Python 3.6+ only (not 3.5)
Diffstat (limited to 'docs')
-rw-r--r--docs/developers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developers.rst b/docs/developers.rst
index d05139f7..d31a5e54 100644
--- a/docs/developers.rst
+++ b/docs/developers.rst
@@ -59,7 +59,7 @@ Compatibility
RDFLib 5.x.y tries to be compatible with python versions 2.7, 3.4, 3.5, 3.6, 3.7.
-The current master branch (which will be released as 6.0.0) will only support Python 3.5 and newer.
+The current master branch (which will be released as 6.0.0) will only support Python 3.6 and newer.
Releasing