Skip to content

Commit

Permalink
dev-python/stomp-py: support python3_10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Marek Szuba committed May 14, 2021
1 parent b62a625 commit fc90557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/stomp-py/stomp-py-7.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"

inherit distutils-r1
Expand Down

0 comments on commit fc90557

Please sign in to comment.