aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-26 10:26:58 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-26 10:26:58 +0200
commita29f96f39bdba2c3747e6f52d3a413cb9fe8865f (patch)
tree482476b5b51d2342a3507bc0e1ca3a62341bdb0f /pyproject.toml
parentpyproject.toml: fix build in cibuildwheel (diff)
downloadpkgcheck-a29f96f39bdba2c3747e6f52d3a413cb9fe8865f.tar.gz
pkgcheck-a29f96f39bdba2c3747e6f52d3a413cb9fe8865f.tar.bz2
pkgcheck-a29f96f39bdba2c3747e6f52d3a413cb9fe8865f.zip
release: drop ppc64le & s390xv0.10.27
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 29a19feb..0327d01f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ name = "pkgcheck"
description = "pkgcore-based QA utility for ebuild repos"
readme = "README.rst"
license = {file = "LICENSE"}
-requires-python = "~=3.9"
+requires-python = "~=3.10"
# alphabetical by surname.
authors = [
{name = "Michał Górny", email = "mgorny@gentoo.org"},