diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-14 20:38:54 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-14 20:41:36 +0200 |
commit | fc905578815ccf7313779862caa16a4b0142582a (patch) | |
tree | 0e69233f5dbbd2e844ac6907874e5dbc9d77521a /dev-python/stomp-py | |
parent | dev-python/docopt: support python3_10 (diff) | |
download | gentoo-fc905578815ccf7313779862caa16a4b0142582a.tar.gz gentoo-fc905578815ccf7313779862caa16a4b0142582a.tar.bz2 gentoo-fc905578815ccf7313779862caa16a4b0142582a.zip |
dev-python/stomp-py: support python3_10
Builds and installs fine, having manually run the test suite it
fails in exactly the same places as for older Python versions, and my
own script for pulling data from ActiveMQ using this module works fine
under 3.10 as well.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/stomp-py')
-rw-r--r-- | dev-python/stomp-py/stomp-py-7.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/stomp-py/stomp-py-7.0.0.ebuild b/dev-python/stomp-py/stomp-py-7.0.0.ebuild index 3174c6674215..394f084db633 100644 --- a/dev-python/stomp-py/stomp-py-7.0.0.ebuild +++ b/dev-python/stomp-py/stomp-py-7.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS="pyproject.toml" inherit distutils-r1 |