diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-24 11:23:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-24 14:19:17 +0200 |
commit | d1b9cb2e6f68ca8be8e7ca59c47b76112629004b (patch) | |
tree | e0b63a73b4a3c9069b1751eaea4a8055c8dd6a45 /dev-python/pytest-fixture-config | |
parent | app-text/enchant: Version bump to 2.5.0 (diff) | |
download | gentoo-d1b9cb2e6f68ca8be8e7ca59c47b76112629004b.tar.gz gentoo-d1b9cb2e6f68ca8be8e7ca59c47b76112629004b.tar.bz2 gentoo-d1b9cb2e6f68ca8be8e7ca59c47b76112629004b.zip |
dev-python/pytest-fixture-config: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild index acfe021202d4..3364df7e0250 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |