diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 15:39:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 15:49:44 +0100 |
commit | 3989ae4477cff04aece61ea07b6e04c940bee246 (patch) | |
tree | 28c3f321923f81c426662d7d7b7d31faaac20f6c /dev-python/fcl | |
parent | dev-python/exam: Port up to py3.9 (diff) | |
download | gentoo-3989ae4477cff04aece61ea07b6e04c940bee246.tar.gz gentoo-3989ae4477cff04aece61ea07b6e04c940bee246.tar.bz2 gentoo-3989ae4477cff04aece61ea07b6e04c940bee246.zip |
dev-python/fcl: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fcl')
-rw-r--r-- | dev-python/fcl/fcl-0.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fcl/fcl-0.0.12.ebuild b/dev-python/fcl/fcl-0.0.12.ebuild index 56e45b519abe..49e3bde5d1ce 100644 --- a/dev-python/fcl/fcl-0.0.12.ebuild +++ b/dev-python/fcl/fcl-0.0.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |