summaryrefslogtreecommitdiff
path: root/dev-python/docker
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 11:20:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 11:20:33 +0000
commit267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02 (patch)
tree50c9b94d75da31b88e833ac64e318e58f706d800 /dev-python/docker
parentcb8cf8b29dd05b643700139d6f9d3c3aa8838543 (diff)
downloadbaldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.tar.gz
baldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.tar.xz
baldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.zip
Adding metadata
Diffstat (limited to 'dev-python/docker')
-rw-r--r--dev-python/docker/docker-6.1.3.ebuild2
-rw-r--r--dev-python/docker/docker-7.0.0.ebuild2
-rw-r--r--dev-python/docker/docker-7.1.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docker/docker-6.1.3.ebuild b/dev-python/docker/docker-6.1.3.ebuild
index 2947634d5358..ac544d680f35 100644
--- a/dev-python/docker/docker-6.1.3.ebuild
+++ b/dev-python/docker/docker-6.1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
# py3.12: https://github.com/docker/docker-py/pull/3176 (incomplete)
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1
diff --git a/dev-python/docker/docker-7.0.0.ebuild b/dev-python/docker/docker-7.0.0.ebuild
index d1584264cd4b..4dacf4de42b1 100644
--- a/dev-python/docker/docker-7.0.0.ebuild
+++ b/dev-python/docker/docker-7.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1
diff --git a/dev-python/docker/docker-7.1.0.ebuild b/dev-python/docker/docker-7.1.0.ebuild
index eb73999406d0..120183c80834 100644
--- a/dev-python/docker/docker-7.1.0.ebuild
+++ b/dev-python/docker/docker-7.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1