python: extend compat to python3_14
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python2+ pypy{,3} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4..13} pypy{,3} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4..14} pypy{,3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user