diff options
author | 2021-11-18 04:05:02 +0000 | |
---|---|---|
committer | 2021-11-18 04:05:02 +0000 | |
commit | 59756536d751addb1e2efaeb62b798b41ef6d55e (patch) | |
tree | fca63f0815113e8995d9cc97d53e4252d35895fc /dev-python/pytest-trio | |
parent | dev-python/trio: add Python 3.10 (diff) | |
download | gentoo-59756536d751addb1e2efaeb62b798b41ef6d55e.tar.gz gentoo-59756536d751addb1e2efaeb62b798b41ef6d55e.tar.bz2 gentoo-59756536d751addb1e2efaeb62b798b41ef6d55e.zip |
dev-python/pytest-trio: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild index e28d2a17b3bd..5a2b7b1ad2a8 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |