diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-02-06 11:34:30 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-02-06 11:34:58 -0800 |
commit | 47ca863df144280bf02c6228529c55cdee114d5d (patch) | |
tree | 9539966a334c41772ded77b5083e5ea34abc3ce7 /dev-python/pytest-salt-factories | |
parent | dev-java/fop: Stabilize 2.9 amd64, #923915 (diff) | |
download | gentoo-47ca863df144280bf02c6228529c55cdee114d5d.tar.gz gentoo-47ca863df144280bf02c6228529c55cdee114d5d.tar.bz2 gentoo-47ca863df144280bf02c6228529c55cdee114d5d.zip |
dev-python/pytest-salt-factories: enable py3.11
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pytest-salt-factories')
-rw-r--r-- | dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild index 2f686d16d9bf..9eb29db8c3e8 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_1{0..1} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |