diff options
Diffstat (limited to 'dev-python/cheroot')
| -rw-r--r-- | dev-python/cheroot/cheroot-10.0.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/cheroot/cheroot-9.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cheroot/cheroot-10.0.0.ebuild b/dev-python/cheroot/cheroot-10.0.0.ebuild index 8ecfaae8b79a..fbbbf7d65b71 100644 --- a/dev-python/cheroot/cheroot-10.0.0.ebuild +++ b/dev-python/cheroot/cheroot-10.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 pypi diff --git a/dev-python/cheroot/cheroot-9.0.0.ebuild b/dev-python/cheroot/cheroot-9.0.0.ebuild index 13a023da7e0c..27e841e978a5 100644 --- a/dev-python/cheroot/cheroot-9.0.0.ebuild +++ b/dev-python/cheroot/cheroot-9.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 pypi |
