summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2015-04-05 14:23:30 +0200
committerJensDiemer <git@jensdiemer.de>2015-04-05 14:23:30 +0200
commit0bad5fbf280c0e87053bf6c23ea722ff4aa32d35 (patch)
tree0dd2578d69572dfe8ba3b308077007c47bd8e7f4
parent7e37378dbacccb5fd53c8ed18971be1f0aae40d1 (diff)
downloadcreole-0bad5fbf280c0e87053bf6c23ea722ff4aa32d35.tar.gz
remove python 3.2 support, see also:
https://bitbucket.org/birkenfeld/pygments-main/issue/1054/syntaxerror-on-python-32-using-unicode-u https://travis-ci.org/jedie/python-creole/jobs/57236444
-rw-r--r--.travis.yml1
-rw-r--r--README.creole7
2 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b0d57a0..655a969 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- "pypy"
diff --git a/README.creole b/README.creole
index a166f5e..64a05a3 100644
--- a/README.creole
+++ b/README.creole
@@ -2,7 +2,12 @@
python-creole is a OpenSource (GPL) Python lib for converting markups.
python-creole is pure python. No external libs needed.
-It's compatible with Python v2.6-v3.4 and PyPy.
+
+Compatible Python Versions (see also [[https://github.com/jedie/python-creole/blob/master/.travis.yml|.travis.yml]]):
+ * 2.6 - 2.7.x
+ * 3.3 - 3.4.x
+ * PyPy v2
+
Existing converters: