summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 12:52:29 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-06 20:44:52 +0200
commit2c9b0b9d7a27055928a9a0c89e92c7ff0d24e3a7 (patch)
tree8f2076e1b1755f564fa92a82475a9678d798e83f /dev-python/re-assert
parentdev-python/pytest-xprocess: Port to python3.10 (diff)
downloadgentoo-2c9b0b9d7a27055928a9a0c89e92c7ff0d24e3a7.tar.gz
gentoo-2c9b0b9d7a27055928a9a0c89e92c7ff0d24e3a7.tar.bz2
gentoo-2c9b0b9d7a27055928a9a0c89e92c7ff0d24e3a7.zip
dev-python/re-assert: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/re-assert')
-rw-r--r--dev-python/re-assert/re-assert-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/re-assert/re-assert-1.1.0.ebuild b/dev-python/re-assert/re-assert-1.1.0.ebuild
index a7cb37e3fe3b..4b7f98bf6787 100644
--- a/dev-python/re-assert/re-assert-1.1.0.ebuild
+++ b/dev-python/re-assert/re-assert-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Show where your regex match assertion failed"