diff options
author | 2024-09-29 12:39:39 +0100 | |
---|---|---|
committer | 2024-09-29 17:01:50 +0200 | |
commit | 605994d5f5730d109203cf5bb1b6a57cd75aa9cf (patch) | |
tree | a6e7978b19f6183a4595a06a679115276f40aef3 /dev-python | |
parent | games-util/lutris: enable py3.13 (diff) | |
download | gentoo-605994d5f5730d109203cf5bb1b6a57cd75aa9cf.tar.gz gentoo-605994d5f5730d109203cf5bb1b6a57cd75aa9cf.tar.bz2 gentoo-605994d5f5730d109203cf5bb1b6a57cd75aa9cf.zip |
dev-python/pypresence: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypresence/pypresence-4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypresence/pypresence-4.3.0.ebuild b/dev-python/pypresence/pypresence-4.3.0.ebuild index ceadf33a5aa0..1dba3de3685b 100644 --- a/dev-python/pypresence/pypresence-4.3.0.ebuild +++ b/dev-python/pypresence/pypresence-4.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |