dev-python/pymongo: drop 3.3 support on recently bumped version
authorUltrabug <ultrabug@gentoo.org>
Wed, 7 Oct 2015 12:24:15 +0000 (14:24 +0200)
committerUltrabug <ultrabug@gentoo.org>
Wed, 7 Oct 2015 12:24:15 +0000 (14:24 +0200)
Package-Manager: portage-2.2.22

dev-python/pymongo/pymongo-2.9.ebuild

index 059bdf55ecaf85db201d6a9a6c9f41ca7a70f509..9dd9181ccd19a7da1779209965aae2373fb68ebb 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
 
 inherit check-reqs distutils-r1