summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-08-24 15:18:07 -0700
committerMatt Turner <mattst88@gentoo.org>2020-08-24 15:19:13 -0700
commitc07f08c5cc69868d4631d0a132d544850dac9d56 (patch)
tree6f5bf0367b652907951cd2f26ecf6724fe4af864 /dev-python/pyxdg
parentwww-plugins/browserpass: Version bump to 3.0.7 (diff)
downloadgentoo-c07f08c5cc69868d4631d0a132d544850dac9d56.tar.gz
gentoo-c07f08c5cc69868d4631d0a132d544850dac9d56.tar.bz2
gentoo-c07f08c5cc69868d4631d0a132d544850dac9d56.zip
dev-python/pyxdg: Add Python 3.9 compatibility
Closes: https://bugs.gentoo.org/735746 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r--dev-python/pyxdg/pyxdg-0.26-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
index f20f69cf822d..80252e41ab4e 100644
--- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
+++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8,3_9} )
inherit distutils-r1