dev-python/tinydb: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:11:16 +0000 (20:11 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:11:16 +0000 (20:11 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/tinydb/tinydb-3.1.3.ebuild

index ef74e94745e8ec2b4498f9941079830bd9d51746..969de752f80deda56876255a9dda99ecdc9777a1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1