From 7c8f08b0d0d09d9afd286da830ebfe9cefc42d20 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 11 Jul 2014 18:54:40 +0400 Subject: [PATCH] Explicitly stating the supported Pyhton versions --- pyuavcan/pyuavcan/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyuavcan/pyuavcan/__init__.py b/pyuavcan/pyuavcan/__init__.py index 918993ba70..b17719cb39 100644 --- a/pyuavcan/pyuavcan/__init__.py +++ b/pyuavcan/pyuavcan/__init__.py @@ -4,6 +4,7 @@ ''' Python UAVCAN package. +Supported Python versions: 3.2+, 2.7. Currently it implements only a DSDL parser (refer to the submodule 'dsdl'). '''