summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 11:50:09 +0000
committerSam James <sam@gentoo.org>2021-06-01 11:55:56 +0000
commitbaeda9ad3f1ce985931e39eed9396d254b8cbc0c (patch)
tree832c73af75337c62cd198039679d47116bf2426a /dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild
parentdev-python/pytest-html: add Python 3.9 (diff)
downloadgentoo-baeda9ad3f1ce985931e39eed9396d254b8cbc0c.tar.gz
gentoo-baeda9ad3f1ce985931e39eed9396d254b8cbc0c.tar.bz2
gentoo-baeda9ad3f1ce985931e39eed9396d254b8cbc0c.zip
dev-python/pygame_sdl2: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild')
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild
index db1b0c704299..ba75fbfeece8 100644
--- a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild
+++ b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
PYSDL="${PN}-2.1.0"