From 223b6b83a5a0d63dc700b35b8faa247f90331dc7 Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 16 Oct 2016 00:40:01 -0700 Subject: [PATCH] add Python 3 warning --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index b9ec823..967ef53 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,11 @@ Some included tools: - compute **inverse arc length** - convert RGB color tuples to hexadecimal color strings and back +Note on Python 3 +---------------- +While I am hopeful that this package entirely works with Python 3, it was born from a larger project coded in Python 2 and has not been thoroughly tested in +Python 3. Please let me know if you find any incompatibilities. + Prerequisites -------------