diff options
author | 2021-01-04 19:21:57 -0500 | |
---|---|---|
committer | 2021-01-04 19:21:57 -0500 | |
commit | 0de7af5f67aa7ac087f9c175b8949e60b134273d (patch) | |
tree | a11113d02a12d2145cae7c64ef8a3a3a68b6a7c1 /app-office | |
parent | app-office/beancount: new package, a ledger-like accounting software (diff) | |
download | guru-0de7af5f67aa7ac087f9c175b8949e60b134273d.tar.gz guru-0de7af5f67aa7ac087f9c175b8949e60b134273d.tar.bz2 guru-0de7af5f67aa7ac087f9c175b8949e60b134273d.zip |
app-office/beancount: bump python compat up to 3.9
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/beancount/beancount-2.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/beancount/beancount-2.3.3.ebuild b/app-office/beancount/beancount-2.3.3.ebuild index d6403f9d5..8784d5658 100644 --- a/app-office/beancount/beancount-2.3.3.ebuild +++ b/app-office/beancount/beancount-2.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_SINGLE_IMPL=1 |