diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 20:32:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-02 20:42:45 +0200 |
commit | 27714ff93e785287397f31049027fea2357828f7 (patch) | |
tree | 08646bdd41f66b4dd89c6572082b07bd13bc4362 /sci-chemistry | |
parent | dev-python/pmw: enable py3.11 (diff) | |
download | gentoo-27714ff93e785287397f31049027fea2357828f7.tar.gz gentoo-27714ff93e785287397f31049027fea2357828f7.tar.bz2 gentoo-27714ff93e785287397f31049027fea2357828f7.zip |
sci-chemistry/pymol: enable py3.11
Closes: https://bugs.gentoo.org/897202
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/pymol-2.5.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/pymol/pymol-2.5.0-r2.ebuild b/sci-chemistry/pymol/pymol-2.5.0-r2.ebuild index a4653ad70c83..8a5317d06c11 100644 --- a/sci-chemistry/pymol/pymol-2.5.0-r2.ebuild +++ b/sci-chemistry/pymol/pymol-2.5.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit desktop flag-o-matic xdg distutils-r1 |