From 94ea58cd2b12fa10035d22035775b15723ac2381 2013-08-20 23:07:38 From: Thomas Kluyver Date: 2013-08-20 23:07:38 Subject: [PATCH] Update supported Python versions in tools/test_pr --- diff --git a/tools/test_pr.py b/tools/test_pr.py index e0b9ad5..a0785f5 100755 --- a/tools/test_pr.py +++ b/tools/test_pr.py @@ -29,7 +29,7 @@ ipy_repository = 'git://github.com/ipython/ipython.git' ipy_http_repository = 'http://github.com/ipython/ipython.git' gh_project="ipython/ipython" -supported_pythons = ['python2.6', 'python2.7', 'python3.2'] +supported_pythons = ['python2.7', 'python3.3'] missing_libs_re = re.compile(r"Tools and libraries NOT available at test time:\n" r"\s*(.*?)\n")