diff options
author | 2023-05-30 21:26:48 +0200 | |
---|---|---|
committer | 2023-05-31 12:49:55 +0200 | |
commit | 5434b47e590b1e4d37974704f813af3c4d632a0d (patch) | |
tree | 714d69369f531f9ee87a5ca27b10f7f1818f3e45 /dev-python/fixtures | |
parent | dev-python/testtools: enable py3.12 (diff) | |
download | gentoo-5434b47e590b1e4d37974704f813af3c4d632a0d.tar.gz gentoo-5434b47e590b1e4d37974704f813af3c4d632a0d.tar.bz2 gentoo-5434b47e590b1e4d37974704f813af3c4d632a0d.zip |
dev-python/fixtures: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fixtures/fixtures-4.1.0.ebuild b/dev-python/fixtures/fixtures-4.1.0.ebuild index cf139f9da0ad..52ef43126b54 100644 --- a/dev-python/fixtures/fixtures-4.1.0.ebuild +++ b/dev-python/fixtures/fixtures-4.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pbr -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |