diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-05-30 18:30:32 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-30 18:53:48 +0200 |
commit | 1d958eecc3c81607b50c17c2b9f7b0f063cc7fb8 (patch) | |
tree | 94d2ccb97bfb113d03023f3724232fa4f88b16ef /dev-python/pkgconfig | |
parent | dev-python/send2trash: Bump to python 3.10 and removed the old patch (diff) | |
download | gentoo-1d958eecc3c81607b50c17c2b9f7b0f063cc7fb8.tar.gz gentoo-1d958eecc3c81607b50c17c2b9f7b0f063cc7fb8.tar.bz2 gentoo-1d958eecc3c81607b50c17c2b9f7b0f063cc7fb8.zip |
dev-python/pkgconfig: Bump to python 3.10
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pkgconfig')
-rw-r--r-- | dev-python/pkgconfig/pkgconfig-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild b/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild index 2d103c69d11c..bc417b9d0993 100644 --- a/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild +++ b/dev-python/pkgconfig/pkgconfig-1.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 |