diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 00:33:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 00:34:19 +0200 |
commit | 88a5024b16b9f3cadc07926cf8d48d160d29a37b (patch) | |
tree | 3ce47116a0d7697cb6eb427cb7e2f4c723aa8f5c | |
parent | virtual/python-greenlet: Sync keywords (diff) | |
download | gentoo-88a5024b16b9f3cadc07926cf8d48d160d29a37b.tar.gz gentoo-88a5024b16b9f3cadc07926cf8d48d160d29a37b.tar.bz2 gentoo-88a5024b16b9f3cadc07926cf8d48d160d29a37b.zip |
virtual/python-greenlet: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild index 26e13c4a985f..4059d4b0879a 100644 --- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit python-r1 |