summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-23 12:01:48 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-23 12:08:29 +0200
commit2f277e101ad60dcaf682a992c3b00058b6a46eae (patch)
tree9b242685caf06b858f2aab72f2dfa6845be1315a /dev-python
parentdev-python/keystoneauth: Enable tests (diff)
downloadgentoo-2f277e101ad60dcaf682a992c3b00058b6a46eae.tar.gz
gentoo-2f277e101ad60dcaf682a992c3b00058b6a46eae.tar.bz2
gentoo-2f277e101ad60dcaf682a992c3b00058b6a46eae.zip
dev-python/os-service-types: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild2
-rw-r--r--dev-python/os-service-types/os-service-types-1.7.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild b/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
index c584d91bf3cb..6d477d30afda 100644
--- a/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
+++ b/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
index 20dd0740f39c..a33a43bcfdea 100644
--- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild
+++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1