summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-22 19:46:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-22 20:20:46 +0300
commit5a5cad21e934f3bf34373f667cea6f476bf683fe (patch)
treec2983009a80906798de98de9846952f94db5d636 /dev-python/citeproc-py
parentapp-text/rnc2rng: mark ALLARCHES (diff)
downloadgentoo-5a5cad21e934f3bf34373f667cea6f476bf683fe.tar.gz
gentoo-5a5cad21e934f3bf34373f667cea6f476bf683fe.tar.bz2
gentoo-5a5cad21e934f3bf34373f667cea6f476bf683fe.zip
dev-python/citeproc-py: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/citeproc-py')
-rw-r--r--dev-python/citeproc-py/citeproc-py-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
index b71b4ef34c4c..be01afa91903 100644
--- a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
+++ b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
# Keep synced with tests/citeproc-test.py
TEST_SUITE_COMMIT="c3db429ab7c6b9b9ccaaa6d3c6bb9e503f0d7b11"