summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'guide/_sources/expert-multi.rst.txt')
-rw-r--r--guide/_sources/expert-multi.rst.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/guide/_sources/expert-multi.rst.txt b/guide/_sources/expert-multi.rst.txt
index d980609..a0260b7 100644
--- a/guide/_sources/expert-multi.rst.txt
+++ b/guide/_sources/expert-multi.rst.txt
@@ -37,7 +37,7 @@ dependencies to available targets.
EAPI=7
- PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy{,3} )
+ PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -101,7 +101,7 @@ list.
EAPI=7
- PYTHON_COMPAT=( python3_{6,7,8} )
+ PYTHON_COMPAT=( python3_{6..8} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
@@ -158,7 +158,7 @@ targets.
EAPI=6
- PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+ PYTHON_COMPAT=( python2_7 python3_{5..7} )
inherit python-r1 toolchain-funcs