diff options
author | Sam James <sam@gentoo.org> | 2021-12-12 08:19:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-12 08:19:13 +0000 |
commit | 72651d5812d6093145e24b455a4fcde65146841a (patch) | |
tree | 0d298a36c4bcc09b431c48e22221d2623170afb2 /dev-embedded/platformio | |
parent | dev-embedded/platformio: run tests (diff) | |
download | gentoo-72651d5812d6093145e24b455a4fcde65146841a.tar.gz gentoo-72651d5812d6093145e24b455a4fcde65146841a.tar.bz2 gentoo-72651d5812d6093145e24b455a4fcde65146841a.zip |
dev-embedded/platformio: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/platformio')
-rw-r--r-- | dev-embedded/platformio/platformio-5.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/platformio/platformio-5.2.3.ebuild b/dev-embedded/platformio/platformio-5.2.3.ebuild index a76ad9f23ca8..32e82e7714c2 100644 --- a/dev-embedded/platformio/platformio-5.2.3.ebuild +++ b/dev-embedded/platformio/platformio-5.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |