diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-11 17:45:59 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-11 19:03:52 +0200 |
| commit | e90f11324d223e0fd871d39533bfd457bf2e1a4b (patch) | |
| tree | 24991c1440e036a4635167ac6823ec70dd9877ed /dev-python/pytest-asyncio | |
| parent | cc8f0be1febee636d618c9082d62ffe30ed3f37d (diff) | |
| download | gentoo-e90f11324d223e0fd871d39533bfd457bf2e1a4b.tar.gz gentoo-e90f11324d223e0fd871d39533bfd457bf2e1a4b.tar.bz2 gentoo-e90f11324d223e0fd871d39533bfd457bf2e1a4b.zip | |
dev-python/pytest-asyncio: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
| -rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.26.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-1.0.0_alpha1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.26.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.26.0.ebuild index a297cc2a161c..a875b93afcf3 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.26.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.26.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} python3_1{3t,4t} pypy3_11 ) inherit distutils-r1 pypi diff --git a/dev-python/pytest-asyncio/pytest-asyncio-1.0.0_alpha1.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-1.0.0_alpha1.ebuild index 507e547f27ac..e190c18f94f6 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-1.0.0_alpha1.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-1.0.0_alpha1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} python3_13t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} python3_1{3t,4t} pypy3_11 ) inherit distutils-r1 pypi |
