commit:     a5ac57d18d6324c96a03d1ffe1345e7122e6f5b9
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Fri Feb 17 09:57:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 10:38:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ac57d1

net-im/synapse: enable py3.11

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29627
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/synapse/synapse-1.76.0.ebuild | 2 +-
 net-im/synapse/synapse-1.77.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/synapse/synapse-1.76.0.ebuild 
b/net-im/synapse/synapse-1.76.0.ebuild
index 69a3111edb72..6fbc4e19694c 100644
--- a/net-im/synapse/synapse-1.76.0.ebuild
+++ b/net-im/synapse/synapse-1.76.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=poetry
 
 CRATES="

diff --git a/net-im/synapse/synapse-1.77.0.ebuild 
b/net-im/synapse/synapse-1.77.0.ebuild
index d14c4377d9da..781e7449d488 100644
--- a/net-im/synapse/synapse-1.77.0.ebuild
+++ b/net-im/synapse/synapse-1.77.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=poetry
 
 CRATES="

Reply via email to