commit: 3512e4e0da86828c23d307c88319e0210f51a65f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 10:24:33 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 10:24:33 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3512e4e0
dev-python/snakemake: bump python compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/snakemake/snakemake-5.32.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/snakemake/snakemake-5.32.2.ebuild
b/dev-python/snakemake/snakemake-5.32.2.ebuild
index 312699378..53874483f 100644
--- a/dev-python/snakemake/snakemake-5.32.2.ebuild
+++ b/dev-python/snakemake/snakemake-5.32.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1