diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-01 23:40:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-01 23:40:38 +0200 |
commit | dba9fc1c2b9c438478fad1c47ecb4b78f59d060b (patch) | |
tree | 655859eb1c873bedd96c83847e8356dd50a58cf7 /dev-python | |
parent | dev-python/oauthlib: Bump to 3.1.1 (diff) | |
download | gentoo-dba9fc1c2b9c438478fad1c47ecb4b78f59d060b.tar.gz gentoo-dba9fc1c2b9c438478fad1c47ecb4b78f59d060b.tar.bz2 gentoo-dba9fc1c2b9c438478fad1c47ecb4b78f59d060b.zip |
dev-python/deprecated: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/deprecated/deprecated-1.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild b/dev-python/deprecated/deprecated-1.2.12.ebuild index aa8bf30defed..381f05a3a5f5 100644 --- a/dev-python/deprecated/deprecated-1.2.12.ebuild +++ b/dev-python/deprecated/deprecated-1.2.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python @deprecated decorator to deprecate old API" |