diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-08 16:43:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-08 16:43:13 +0200 |
commit | d016dfccee0a76f7c2c6d275b6054a7ce934b8e2 (patch) | |
tree | 51797ae2c6253358920c96c4fb36f03045c044e0 /dev-lang/python-exec | |
parent | app-backup/borgbackup: remove older versions (diff) | |
download | gentoo-d016dfccee0a76f7c2c6d275b6054a7ce934b8e2.tar.gz gentoo-d016dfccee0a76f7c2c6d275b6054a7ce934b8e2.tar.bz2 gentoo-d016dfccee0a76f7c2c6d275b6054a7ce934b8e2.zip |
dev-lang/python-exec: Readd py3.11 to 2.4.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python-exec')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.9.ebuild b/dev-lang/python-exec/python-exec-2.4.9.ebuild index 0871048ac39a..9e335585d7ff 100644 --- a/dev-lang/python-exec/python-exec-2.4.9.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit python-any-r1 DESCRIPTION="Python script wrapper" |