commit:     6aa820bdd5c51e21696bb3b2f4d5fa4fc4c2d91d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 14:23:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 14:40:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa820bd

dev-python/bitstring: Port up to py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bitstring/bitstring-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bitstring/bitstring-3.1.6.ebuild 
b/dev-python/bitstring/bitstring-3.1.6.ebuild
index 57771fd55f9..f30abb4874b 100644
--- a/dev-python/bitstring/bitstring-3.1.6.ebuild
+++ b/dev-python/bitstring/bitstring-3.1.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="A pure Python module for creation and analysis of binary data"

Reply via email to