summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-07 00:34:17 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 13:11:33 +0200
commit76c21fbc3ff6241cc9f635662bef7e8247414a5d (patch)
tree0f0cf23d4fe5ca8048fa9427b597ce76d9a320a1 /dev-python/pathspec
parentdev-python/typed-ast: Port to python3.10 (diff)
downloadgentoo-76c21fbc3ff6241cc9f635662bef7e8247414a5d.tar.gz
gentoo-76c21fbc3ff6241cc9f635662bef7e8247414a5d.tar.bz2
gentoo-76c21fbc3ff6241cc9f635662bef7e8247414a5d.zip
dev-python/pathspec: 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/pathspec')
-rw-r--r--dev-python/pathspec/pathspec-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathspec/pathspec-0.8.1.ebuild b/dev-python/pathspec/pathspec-0.8.1.ebuild
index ea37b043dc82..bdb9433a6f6d 100644
--- a/dev-python/pathspec/pathspec-0.8.1.ebuild
+++ b/dev-python/pathspec/pathspec-0.8.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Utility library for gitignore style pattern matching of file paths."