summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-05 14:45:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-05 15:13:52 +0200
commit9b71bfb8c04a36cf1a55ed6d0f461159b6ddffc6 (patch)
tree567fce7fb6818e8ed33d5b641bf5ba1846570b7f /dev-python/pybind11
parentdev-python/pybind11: Add python@ as co-maint (diff)
downloadgentoo-9b71bfb8c04a36cf1a55ed6d0f461159b6ddffc6.tar.gz
gentoo-9b71bfb8c04a36cf1a55ed6d0f461159b6ddffc6.tar.bz2
gentoo-9b71bfb8c04a36cf1a55ed6d0f461159b6ddffc6.zip
dev-python/pybind11: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r--dev-python/pybind11/pybind11-2.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.5.0.ebuild b/dev-python/pybind11/pybind11-2.5.0.ebuild
index 7c2d0366656e..338584b79ec7 100644
--- a/dev-python/pybind11/pybind11-2.5.0.ebuild
+++ b/dev-python/pybind11/pybind11-2.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit cmake distutils-r1