summaryrefslogtreecommitdiff
path: root/dev-python/tomlkit
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tomlkit')
-rw-r--r--dev-python/tomlkit/tomlkit-0.11.7.ebuild2
-rw-r--r--dev-python/tomlkit/tomlkit-0.11.8.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tomlkit/tomlkit-0.11.7.ebuild b/dev-python/tomlkit/tomlkit-0.11.7.ebuild
index 7abc245f1b50..d600ea13dda5 100644
--- a/dev-python/tomlkit/tomlkit-0.11.7.ebuild
+++ b/dev-python/tomlkit/tomlkit-0.11.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit distutils-r1 pypi
diff --git a/dev-python/tomlkit/tomlkit-0.11.8.ebuild b/dev-python/tomlkit/tomlkit-0.11.8.ebuild
index f9911e9a934d..6f23d40c90c0 100644
--- a/dev-python/tomlkit/tomlkit-0.11.8.ebuild
+++ b/dev-python/tomlkit/tomlkit-0.11.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit distutils-r1 pypi