diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:39:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-25 17:47:36 +0200 |
commit | d200efaca1197cb6426fbf6c911f54d59ce39e12 (patch) | |
tree | e31667a3b8b131d7091150c57a6c2a975223354a | |
parent | dev-python/objgraph: Enable py3.12 (diff) | |
download | gentoo-d200efaca1197cb6426fbf6c911f54d59ce39e12.tar.gz gentoo-d200efaca1197cb6426fbf6c911f54d59ce39e12.tar.bz2 gentoo-d200efaca1197cb6426fbf6c911f54d59ce39e12.zip |
dev-python/pytest-freezegun: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-freezegun/pytest-freezegun-0.4.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2-r1.ebuild b/dev-python/pytest-freezegun/pytest-freezegun-0.4.2-r1.ebuild index 253a1fe86512..a29dbac76794 100644 --- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2-r1.ebuild +++ b/dev-python/pytest-freezegun/pytest-freezegun-0.4.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |