diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-05-15 23:08:25 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 13:39:52 +0200 |
commit | cd4d2cccabaf7626963cc585c556828429bd5e4e (patch) | |
tree | 5e0230bbdd234f6f4f820ff0bb2e874bac37d86d /dev-python/cython-test-exception-raiser | |
parent | dev-python/m2r: Bump to python 3.10 (diff) | |
download | gentoo-cd4d2cccabaf7626963cc585c556828429bd5e4e.tar.gz gentoo-cd4d2cccabaf7626963cc585c556828429bd5e4e.tar.bz2 gentoo-cd4d2cccabaf7626963cc585c556828429bd5e4e.zip |
dev-python/cython-test-exception-raiser: Bump to python 3.10
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cython-test-exception-raiser')
-rw-r--r-- | dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild index a7688e4507d7..133546052a73 100644 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="A trivial extension that just raises an exception (for testing)" |