diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:21:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:21:26 +0200 |
commit | 58d60a16507f119ea263dfe27595db3c449623ea (patch) | |
tree | dfde79fd2d43e34325248a5479cb4e238cd4f9e6 /dev-python/svgwrite | |
parent | dev-python/spur: Enable py3.10 (diff) | |
download | gentoo-58d60a16507f119ea263dfe27595db3c449623ea.tar.gz gentoo-58d60a16507f119ea263dfe27595db3c449623ea.tar.bz2 gentoo-58d60a16507f119ea263dfe27595db3c449623ea.zip |
dev-python/svgwrite: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/svgwrite')
-rw-r--r-- | dev-python/svgwrite/svgwrite-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/svgwrite/svgwrite-1.4.1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1.ebuild index cd4261420871..cc4dd367e2ac 100644 --- a/dev-python/svgwrite/svgwrite-1.4.1.ebuild +++ b/dev-python/svgwrite/svgwrite-1.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |