Skip to content

Commit

Permalink
mail-filter/pyzor: Enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929608
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 14, 2024
1 parent 61a8717 commit 3bc91ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 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_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1

MY_COMMIT="2dbe627c1ec245db206cdc73bf1f9d785f1512d8"
Expand Down

0 comments on commit 3bc91ea

Please sign in to comment.