Add test support for python 3.6.

This commit is contained in:
Matt Clay 2017-01-10 10:30:41 -08:00
parent b7594070b3
commit f340b8d14f
5 changed files with 18 additions and 1 deletions

View file

@ -74,6 +74,7 @@ SUPPORTED_PYTHON_VERSIONS = (
'2.6',
'2.7',
'3.5',
'3.6',
)
COMPILE_PYTHON_VERSIONS = tuple(sorted(SUPPORTED_PYTHON_VERSIONS + ('2.4',)))