summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-18 04:05:02 +0000
committerSam James <sam@gentoo.org>2021-11-18 04:05:02 +0000
commit59756536d751addb1e2efaeb62b798b41ef6d55e (patch)
treefca63f0815113e8995d9cc97d53e4252d35895fc /dev-python/pytest-trio
parentdev-python/trio: add Python 3.10 (diff)
downloadgentoo-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.ebuild2
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