Skip to content

Commit

Permalink
app-crypt/acme: enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Mar 3, 2024
1 parent 0c5d0dc commit 4abfc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-crypt/acme/acme-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1
Expand Down

0 comments on commit 4abfc44

Please sign in to comment.