summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-08-26 13:37:27 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-26 13:37:27 +0200
commit928e14dba8c37b75c38a6e18e0544ea607d6606f (patch)
treec1d7743511513236b3d1a5425ec638c9559111fe /dev-python/fasteners
parentdev-python/python-discid: enable py3.10 and disable py3.7 (diff)
downloadgentoo-928e14dba8c37b75c38a6e18e0544ea607d6606f.tar.gz
gentoo-928e14dba8c37b75c38a6e18e0544ea607d6606f.tar.bz2
gentoo-928e14dba8c37b75c38a6e18e0544ea607d6606f.zip
dev-python/fasteners: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/fasteners')
-rw-r--r--dev-python/fasteners/fasteners-0.16.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fasteners/fasteners-0.16.3.ebuild b/dev-python/fasteners/fasteners-0.16.3.ebuild
index 52fe71e7509c..e30afc092c45 100644
--- a/dev-python/fasteners/fasteners-0.16.3.ebuild
+++ b/dev-python/fasteners/fasteners-0.16.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1