summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 769d7606..a1de7e0c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- arch: [x86_64, aarch64, ppc64le, s390x]
+ arch: [x86_64, aarch64]
steps:
- name: Checkout code
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"},